Skip to content

Commit f1301eb

Browse files
author
Chaitanya CHINTALURI
committed
updating the readmes to include the new install
1 parent 0ef41e5 commit f1301eb

File tree

3 files changed

+24
-21
lines changed

3 files changed

+24
-21
lines changed

README.rst

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

7781
Documentation

docs/source/INSTALL.rst

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
Installation
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

docs/source/TUTORIALS.rst

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

0 commit comments

Comments
 (0)