File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ If you are familiar with NEURON and have already NEURON installed in your machin
2323
2424## Install NetPyNE User Interface from sources (for developers)
2525
26-
2726### Python Dependencies
2827
2928We recommend the use of a new python 3 virtual environment:
@@ -39,19 +38,22 @@ Or, with conda
3938conda create -n netpyne python=3.7
4039conda activate netpyne
4140```
41+
4242### Run install script
43- ```
43+
44+ ``` bash
4445git clone https://github.com/MetaCell/NetPyNE-UI.git
4546cd utilities
4647python install.py
4748cd ..
4849./NetPyNE-UI
4950```
50- ### To update sources:
51- ```
51+
52+ ### To update sources
53+
54+ ``` bash
5255python update.py
5356```
5457
5558NetPyNE-UI is being developed in collaboration with the [ Neurosim Lab] ( http://neurosimlab.org/ ) .
5659See the [ Wiki] ( https://github.com/MetaCell/NetPyNE-UI/wiki ) for more info!
57-
You can’t perform that action at this time.
0 commit comments