Skip to content

Commit

Permalink
Better installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NelleV committed Jun 17, 2017
1 parent 9152acc commit 2d4dfb2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ In addition, pandas is recommanded for fast data loading.
All of these dependencies can be installed at once using `Anaconda
<http://docs.continuum.io/anaconda/install.html>`_

To install in your home directory, use::
The easiest way to install iced is using `pip`:

python setup.py install --user
pip install -U iced

or using pip::
You can also download the code from `Github
<https://github.com/hiclib/iced/releases>`_ and install in your home
directory, use::

pip install --user iced
python setup.py install --user

0 comments on commit 2d4dfb2

Please sign in to comment.