Skip to content

Commit

Permalink
doc: Add link to package on pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
musoke committed Apr 24, 2020
1 parent 2f4baa2 commit bc50ba2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,20 @@ An example of this definition is provided.
Installation
------------

There are a small number of python dependencies.
**pip**

The package is available on pypi.org_.
Install it with ::

pip install layg

**anaconda**

If you use anaconda you can create an appropriate environment and install to your python path by running ::

conda env create --file environment.yml
pip install -e .

from this directory.

The ``pytorch`` dependency is only needed if you are using the neural network emulator or running the associated tests.
.. _pypi.org: https://pypi.org/project/layg/

0 comments on commit bc50ba2

Please sign in to comment.