Skip to content

Commit 8501ad8

Browse files
authored
Update README.md
1 parent 74d2028 commit 8501ad8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,20 @@ Note: We follow the [Gitflow workflow](https://www.atlassian.com/git/tutorials/c
7070
wget https://raw.githubusercontent.com/ODM2/ODM2PythonAPI/master/requirements-dev.txt
7171
```
7272

73-
2. Create conda environment from the two text files.
73+
2. Create conda environment `odm2api_dev` from the two `requirements*` text files.
7474
```bash
7575
conda create -n odm2api_dev -c conda-forge python=2.7 --file requirements.txt --file requirements-dev.txt
7676
```
77+
78+
3. Activate conda environment.
79+
- MacOSX/Linux:
80+
```bash
81+
source activate odm2api_dev
82+
```
83+
- Windows:
84+
```
85+
activate odm2api_dev
86+
```
7787
7888
3. Install the latest commit from the development branch
7989
```bash

0 commit comments

Comments
 (0)