File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11ODM2 Python API
22====
33
4- A Python-based application programmer's interface for the Observations Data Model 2 (ODM2)
4+ A Python-based application programmer's interface for the [ Observations Data Model 2 (ODM2)] ( http://odm2.org ) .
55
66[ List of current and planned functions included in the API] ( https://github.com/ODM2/ODM2PythonAPI/blob/master/doc/APIFunctionList.md )
77
@@ -41,8 +41,8 @@ conda env create -n myenv --file py2_conda_environment.yml
4141```
4242Activate the new environment, then install ` odm2api ` into the environment:
4343``` bash
44- activate odm2api_env1 # On Windows
45- source activate odm2api_env1 # On MacOSX or Linux
44+ activate myenv # On Windows
45+ source activate myenv # On MacOSX or Linux
4646
4747pip install --process-dependency-links git+https://github.com/ODM2/ODM2PythonAPI.git
4848```
You can’t perform that action at this time.
0 commit comments