mirror of
https://github.com/fatiando/moulder.git
synced 2025-12-21 18:41:07 +08:00
Edited README.md: new pip installation method explained
This commit is contained in:
12
README.md
12
README.md
@@ -42,12 +42,18 @@ environment with:
|
|||||||
source activate moulder
|
source activate moulder
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Install
|
||||||
|
|
||||||
|
Install Moulder through `pip`:
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install .
|
||||||
|
```
|
||||||
|
|
||||||
# Running
|
# Running
|
||||||
|
|
||||||
In order to run `Moulder`, just run:
|
In order to run `Moulder`, just run:
|
||||||
|
|
||||||
```
|
```
|
||||||
python moulder.py
|
moulder
|
||||||
```
|
```
|
||||||
|
|
||||||
in the `moulder` directory.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user