Skip to content

Commit 9b2c787

Browse files
Format README.md
1 parent bc2651b commit 9b2c787

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2928
We recommend the use of a new python 3 virtual environment:
@@ -39,19 +38,22 @@ Or, with conda
3938
conda create -n netpyne python=3.7
4039
conda activate netpyne
4140
```
41+
4242
### Run install script
43-
```
43+
44+
```bash
4445
git clone https://github.com/MetaCell/NetPyNE-UI.git
4546
cd utilities
4647
python install.py
4748
cd ..
4849
./NetPyNE-UI
4950
```
50-
### To update sources:
51-
```
51+
52+
### To update sources
53+
54+
```bash
5255
python update.py
5356
```
5457

5558
NetPyNE-UI is being developed in collaboration with the [Neurosim Lab](http://neurosimlab.org/).
5659
See the [Wiki](https://github.com/MetaCell/NetPyNE-UI/wiki) for more info!
57-

0 commit comments

Comments
 (0)