You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [ `git branch -a | egrep "remotes/origin/${TRAVIS_BRANCH}"` ]; then git checkout $TRAVIS_BRANCH ; else echo "Branch $TRAVIS_BRANCH does not exist for the dependent bundle, checking out development ..." && git checkout development; fi
This repository hosts the User Interface for [NetPyNE](http://www.neurosimlab.org/netpyne/). NetPyNE is a python package to facilitate the development, parallel simulation and analysis of biological neuronal networks using the NEURON simulator.
10
11
@@ -21,15 +22,36 @@ If you are familiar with NEURON and have already NEURON installed in your machin
21
22
</p>
22
23
23
24
## Install NetPyNE User Interface from sources (for developers)
25
+
26
+
### Python Dependencies
27
+
28
+
We recommend the use of a new python 3 virtual environment:
0 commit comments