diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 23edfdb7..8eeece60 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -19,18 +19,19 @@ repository by cloning the repository and running $ pip install . If you want to use the submission and toymc running scripts, you -should append `.local/bin`(pip install direction) to your `PATH` +should append `.local/bin` (pip install direction) to your `PATH` environment variable. For example, `export PATH=$HOME/.local/bin`. -For developers, it is recommended to install alea in editable mode. +For developers, it is recommended to install alea in editable mode, .. code-block:: console $ cd alea $ pip install -e . -And append `alea/bin`(pip install direction) to your `PATH`. +And append `alea/bin` to your `PATH`, to make sure that the scripts +are updated instantly. You are now ready to use alea!