Skip to content

Commit 6d5a64e

Browse files
committed
Add installation page to docs
1 parent 5214383 commit 6d5a64e

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Contents:
99
:maxdepth: 2
1010
:titlesonly:
1111

12+
installation.rst
1213
Basics/index.rst
1314
Features/index.rst
1415
Examples/index.rst

docs/installation.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
==============
2+
Installing Ciw
3+
==============
4+
5+
The simplest way to install Ciw is from the PyPi::
6+
7+
$ pip install ciw
8+
9+
10+
However, if you would like to install it from source::
11+
12+
$ git clone https://github.com/geraintpalmer/Ciw.git
13+
$ cd Ciw
14+
$ pip install -r requirements.txt
15+
$ python setup.py install

0 commit comments

Comments
 (0)