Skip to content

Commit

Permalink
corrected the requirements and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahidrostami committed Mar 29, 2017
1 parent 43cca32 commit 207e91f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,16 @@ In this paper we illustrate the successful reproduction of the results shown in

## Dependencies

- Elephant==0.3.0
- neo==0.4.0
- Elephant>=0.5.0
- neo>=0.4.0
- quantities>=0.9.0
- numpy>=1.6.2
- scipy>=0.11.0
- matplotlib>=1.5.1

## Installation
### On Ubuntu/Debian:
- sudo apt-get install python-numpy python-scipy python-matplotlib python-pip ipython
- sudo apt-get install python-numpy python-matplotlib python-pip ipython
- pip install quantities
- pip install git+https://github.com/NeuralEnsemble/python-neo.git@snapshot-20150821#egg=neo-snapshot-20150821
- pip install elephant


Expand Down
2 changes: 1 addition & 1 deletion code/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Requirements
- [Elephant](https://github.com/NeuralEnsemble/elephant)>=0.4.0
- [Elephant](https://github.com/NeuralEnsemble/elephant)>=0.5.0
- [neo](https://github.com/NeuralEnsemble/python-neo)>=0.4.0
- Python>=2.7
- quantities>=0.9.0
Expand Down
2 changes: 1 addition & 1 deletion code/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Elephant>=0.4.0 (https://github.com/NeuralEnsemble/elephant)
- Elephant>=0.5.0 (https://github.com/NeuralEnsemble/elephant)
- neo>=0.4.0 (https://github.com/NeuralEnsemble/python-neo)
- quantities>=0.9.0
- numpy>=1.6.2
Expand Down
2 changes: 1 addition & 1 deletion notebook/Plotting_Figures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"metadata": {},
"source": [
"# Requirements\n",
"- Elephant>=0.4.0 (https://github.com/NeuralEnsemble/elephant)\n",
"- Elephant>=0.5.0 (https://github.com/NeuralEnsemble/elephant)\n",
"- neo>=0.4.0 (https://github.com/NeuralEnsemble/python-neo) \n",
"- quantities>=0.9.0\n",
"- numpy>=1.6.2\n",
Expand Down

0 comments on commit 207e91f

Please sign in to comment.