-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from LIBRA-project/install-details
Detailed installation instructions
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _installation: | ||
|
||
Installation | ||
============ | ||
|
||
|
@@ -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 |