Skip to content

Commit

Permalink
Updated documention
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Flage-Larsen committed Feb 21, 2019
1 parent 71a5608 commit 51475c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ If using `pip` it is not necessary to download the package, it can simply be ins

::

pip install t4me
pip install T4ME

Otherwise, T4ME is hosted at GitHub and can be obtain by

Expand Down
5 changes: 3 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Then install T4ME by executing the command

::

pip install t4me
pip install T4ME

This will give the user the posibility to calculate the transport coefficients
using integration routines in SciPy. For other integration and interpolation routines
Expand All @@ -23,7 +23,8 @@ Advanced install
----------------
For more advanced functionality (interpolation and other integration routines) the
user should determine which external libraries are needed and install them based
on their respective documentation.
on their respective documentation. Please also fetch the repository from github and work from its
base directory when executing the following commands.

The :file:`setup.py` file assume in its supplied form that the user installs the libraries
in the standard folders, e.g. `$HOME/include` and `$HOME/lib` for the include and library
Expand Down

0 comments on commit 51475c3

Please sign in to comment.