We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80b4b7 commit 27316e5Copy full SHA for 27316e5
1 file changed
README.md
@@ -14,6 +14,7 @@ Currently the easiest and most reliable way to install the ODM2 Python API (`odm
14
1. Add conda to the PATH; on MacOSX and Linux, it's something like `export PATH=$HOME/miniconda/bin:$PATH`, but the exact path may vary.
15
2. Go to the directory where `condaenvironment_1.yml` was downloaded.
16
3. Create a new conda environment. This command will create an environment called 'odm2api_env1':
17
+
18
```bash
19
conda env create -f condaenvironment_1.yml
20
```
0 commit comments