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 1
1
ODM2 Python API
2
2
====
3
3
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 ) .
5
5
6
6
[ List of current and planned functions included in the API] ( https://github.com/ODM2/ODM2PythonAPI/blob/master/doc/APIFunctionList.md )
7
7
@@ -41,8 +41,8 @@ conda env create -n myenv --file py2_conda_environment.yml
41
41
```
42
42
Activate the new environment, then install ` odm2api ` into the environment:
43
43
``` 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
46
46
47
47
pip install --process-dependency-links git+https://github.com/ODM2/ODM2PythonAPI.git
48
48
```
You can’t perform that action at this time.
0 commit comments