Skip to content

Commit

Permalink
Merge pull request #12 from LIBRA-project/install-details
Browse files Browse the repository at this point in the history
Detailed installation instructions
  • Loading branch information
RemDelaporteMathurin authored Sep 20, 2024
2 parents 86d5ad0 + b98ef3d commit cec0fed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ To install libra-toolbox, use pip:
pip install git+https://github.com/LIBRA-project/libra-toolbox
For more details, see the :ref:`installation` page.

Roadmap
-------
Expand Down
17 changes: 17 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _installation:

Installation
============

Expand All @@ -9,3 +11,18 @@ To install ``libra-toolbox``, use pip:
pip install git+https://github.com/LIBRA-project/libra-toolbox
This will install the latest version of the code along with all the dependencies (``numpy``, ``pint``, ``scipy``...).

To install a specific version of the code:

.. code-block:: bash
pip install git+https://github.com/LIBRA-project/[email protected]
Here, ``v0.1`` is the version number. You can replace it with the version you want to install.

To uninstall the package:

.. code-block:: bash
pip uninstall libra-toolbox

0 comments on commit cec0fed

Please sign in to comment.