Skip to content
Snippets Groups Projects
Commit d781fcd0 authored by Maximilian Schmidt's avatar Maximilian Schmidt
Browse files

Remove conda environements file and add requirements file for pip, adapt README

parent 9d05b833
No related branches found
No related tags found
1 merge request!1Add all necessary files for the multi-area model
......@@ -179,9 +179,9 @@ pandas, numpy, nested_dict, matplotlib (2.1.2), scipy, NEST 2.14.0
Optional: seaborn, Sumatra
To install the required packages in a conda environment, execute:
To install the required packages with pip, execute:
`conda env create -f environment.yaml`
`pip install -r requirements.txt`
Note that NEST needs to be installed separately, see <http://www.nest-simulator.org/installation/>.
......
name: multiarea_model
dependencies:
- future
- numpy
- matplotlib
- pandas
- python==3.6
- scipy
- pip:
- nested_dict
- dicthash
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment