Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
Reflect actual development branch name
  • Loading branch information
pagmatt committed Jul 10, 2024
1 parent a6c5b29 commit 84181bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ You can easily install SEM using pip:
pip3 install --user sem
To get the latest development version, install directly from the develop branch
To get the latest development version, install directly from the latest commit on the master branch
of the Github repository:

.. code:: bash
pip3 install --user -U https://github.com/signetlabdei/sem/archive/develop.zip
pip3 install --user -U https://github.com/signetlabdei/sem/archive/master.zip
This will install the sem package and its dependencies in your current python
library path. This same command can also be re-issued to update the library.
Expand Down Expand Up @@ -45,4 +45,4 @@ release with the following command:

.. code:: bash
git checkout ns-3.33
git checkout ns-3.42

0 comments on commit 84181bb

Please sign in to comment.