diff --git a/doc/install.rst b/doc/install.rst index fbd141e..d4768de 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -19,11 +19,13 @@ In addition, pandas is recommanded for fast data loading. All of these dependencies can be installed at once using `Anaconda `_ -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 +`_ and install in your home +directory, use:: - pip install --user iced + python setup.py install --user