File tree Expand file tree Collapse file tree 3 files changed +24
-21
lines changed
Expand file tree Collapse file tree 3 files changed +24
-21
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ need to install jupyter-notebook. Do this by
5050
5151.. code-block :: bash
5252
53- pip install jupyter notebook
53+ pip install jupyter notebook
5454
5555
5656 Figures
@@ -69,9 +69,13 @@ This library includes all the necessary scripts to generate the figures for pape
6969Installation
7070------------
7171
72- `kCSD-python Installation `_
72+ .. code-block :: bash
73+
74+ user:~ /$ pip install kcsd
75+
76+ `More Installations `_
7377
74- .. _ kCSD-python Installation : https://kcsd-python.readthedocs.io/en/latest/INSTALL.html
78+ .. _ More Installations : https://kcsd-python.readthedocs.io/en/latest/INSTALL.html
7579
7680
7781Documentation
Original file line number Diff line number Diff line change 11Installation
22------------
33
4- Clone repository
5- ~~~~~~~~~~~~~~~~
6-
7- .. code-block :: bash
8-
9- user:~ $ git clone https://github.com/Neuroinflab/kCSD-python.git
10- user:~ $ cd kCSD-python
11- user:~ /kCSD-python$
12-
13-
14- Bash or Anaconda env
15- ~~~~~~~~~~~~~~~~~~~~
4+ From PyPi
5+ ~~~~~~~~~
166
177.. code-block :: bash
188
19- user:~ /kCSD-python $ pip install .
9+ user:~ $ pip install kcsd
2010
2111
22- or
12+ From repository
13+ ~~~~~~~~~~~~~~~~
2314
2415.. code-block :: bash
2516
17+ user:~ $ git clone https://github.com/Neuroinflab/kCSD-python.git
18+ user:~ $ cd kCSD-python
2619 user:~ /kCSD-python$ python setup.py install
20+
21+
22+ On Anaconda
23+ ~~~~~~~~~~~
2724
25+ .. code-block :: bash
26+
27+ (base)user:~ /kCSD-python$ conda activate testkcsd
28+ (testkcsd)user:~ /kCSD-python$ pip install kcsd
2829
2930
3031 Development and testing
Original file line number Diff line number Diff line change @@ -21,10 +21,8 @@ install jupyter notebook on your desktop.
2121
2222.. code-block :: bash
2323
24- git clone https://github.com/Neuroinflab/kCSD-python.git
25- cd kCSD-python
26- pip install .
27- pip install jupyterlab
24+ pip install kcsd
25+ pip install jupyter notebook
2826
2927
3028
You can’t perform that action at this time.
0 commit comments