Skip to content

Commit

Permalink
Merge pull request #39 from NelleV/doc_install
Browse files Browse the repository at this point in the history
Better installation docs
  • Loading branch information
NelleV committed Jun 17, 2017
2 parents 9152acc + 2d4dfb2 commit 881edd3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/install.rst
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 881edd3

Please sign in to comment.