Skip to content

Commit 6ad5117

Browse files
committed
Update README.md
1 parent 00ee921 commit 6ad5117

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ODM2 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
```
4242
Activate 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

4747
pip install --process-dependency-links git+https://github.com/ODM2/ODM2PythonAPI.git
4848
```

0 commit comments

Comments
 (0)