Skip to content

Commit

Permalink
Add link to miniconda in the developer guide (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgryan authored Oct 2, 2019
1 parent 47aaea6 commit db94106
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/source/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ to set an upstream branch. For example,
Development environment
-----------------------

It is recommended to develop FOREST in a virtual environment of some kind.
The repository ships with a ``setup.py`` that should be suitable to
It is recommended to develop FOREST in a virtual environment of some kind,
we recommend miniconda_ since it's fairly light weight. The repository ships with
a ``setup.py`` that should be suitable to
use inside a virtual environment, either ``venv`` or ``conda``. Once
you've created and activated an environment it should be possible
to set the code base to development mode.
Expand Down Expand Up @@ -119,3 +120,4 @@ sure we don't accidentally deprecate your feature.
.. _issues: https://github.com/informatics-lab/forest/issues
.. _projects: https://github.com/informatics-lab/forest/projects
.. _pytest: https://docs.pytest.org/en/latest
.. _miniconda: https://docs.conda.io/en/latest/miniconda.html

0 comments on commit db94106

Please sign in to comment.