Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ipelupessy committed Mar 10, 2020
1 parent 0560f12 commit de0d360
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/install/howto-install-AMUSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ the ``amusifier`` executable.

.. code-block:: sh
> export PYTHONPATH=${PYTHONPATH}<path to amuse root>/src
> export PATH=${PATH}:<path to amuse root>/bin
> export PYTHONPATH=${PYTHONPATH}:/path/to/amuse/src
> export PATH=${PATH}:/path/to/amuse/bin
where you replace ``/path/to/amuse`` with the correct path to AMUSE.

Configuring the code
--------------------
Expand Down

0 comments on commit de0d360

Please sign in to comment.