Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
befelix committed Aug 14, 2018
1 parent c190880 commit 2b0d903
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ Getting started

You can install the library by cloning the repository and installing it with

``pip install .``
``pip install . --process-dependency-links``

To run the tests in `scripts/test_code.sh`, you need to install additional dependencies with

``pip install .[test] --process-dependency-links``

The ``--process-dependency-links`` flag is needed to install ``gpflow==0.4.0``, which is not on pypi. You can skip it if that particular version of the library is already installed.

You can the find example jupyter notebooks and the experiments in the paper in the `examples <./examples>`_ folder.

0 comments on commit 2b0d903

Please sign in to comment.