Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 299 Bytes

installation.rst

File metadata and controls

16 lines (10 loc) · 299 Bytes

Installing Ciw

The simplest way to install Ciw is:

$ pip install ciw

However, if you would like to install it from source:

$ git clone https://github.com/CiwPython/Ciw.git
$ cd Ciw
$ pip install -r requirements.txt
$ python setup.py install