Skip to content

Commit

Permalink
[TASK] updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchnizer committed Jul 10, 2024
1 parent 32900ed commit bda5aec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ Now you should have an active virtual environment. Run

.. code-block:: shell
python3 development_install.py
python -m pip install `python list_package_names.py | grep -v archiver`
should install all required packages in your virtual environment.
should install all required packages in your virtual environment. Please note this
will not install the archiver module, as it requires some prerequisites for building
its core. Please have a look to the directory `archiver/core` how to install it.


Running orbit response matrix example
Expand Down

0 comments on commit bda5aec

Please sign in to comment.