Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lidakanari committed Dec 14, 2018
1 parent 8a87f84 commit f4aee95
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,13 @@ Required Dependencies
---------------------

Python : 2.7+

numpy : 1.8.1+

scipy : 0.13.3+

Optional Dependencies
----------------------
h5py : 2.8.0+ (optional)

matplotlib : 1.3.1+ (optional)

matplotlib : 1.3.1+ (required for viewer mode)

Instalation instructions
--------------------------------
Expand All @@ -53,6 +51,13 @@ Instalation instructions
virtualenv test_tmd
source ./test_tmd/bin/activate
git clone https://github.com/BlueBrain/TMD
pip install --upgrade pip
pip install ./TMD
```

For installation of viewers (only works in Python2)

```bash
pip install ./TMD[viewer]
```


0 comments on commit f4aee95

Please sign in to comment.