Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Nov 11, 2023
1 parent 5c4a864 commit 96865e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 96865e3

Please sign in to comment.