We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d2028 commit 8501ad8Copy full SHA for 8501ad8
README.md
@@ -70,10 +70,20 @@ Note: We follow the [Gitflow workflow](https://www.atlassian.com/git/tutorials/c
70
wget https://raw.githubusercontent.com/ODM2/ODM2PythonAPI/master/requirements-dev.txt
71
```
72
73
-2. Create conda environment from the two text files.
+2. Create conda environment `odm2api_dev` from the two `requirements*` text files.
74
```bash
75
conda create -n odm2api_dev -c conda-forge python=2.7 --file requirements.txt --file requirements-dev.txt
76
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
87
88
3. Install the latest commit from the development branch
89
0 commit comments