Skip to content

Commit

Permalink
Merge pull request #145 from mechmotum/update-docs
Browse files Browse the repository at this point in the history
Update installation description to use PyPi
  • Loading branch information
tjstienstra authored Oct 12, 2024
2 parents 4e04e0d + 403b4f7 commit 105deaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ This package is still under development, therefore there is no guarantee on back
compatibility.

## Installation
`SymBRiM` is currently not available on `PyPI`. Therefore, you'll need to install the
development version from GitHub using:
`SymBRiM` is currently available on `PyPI`.
```bash
pip install git+https://github.com/mechmotum/symbrim.git
pip install symbrim
```
The optional dependencies can be installed with:
```bash
pip install git+https://github.com/moorepants/BicycleParameters.git
pip install bicycleparameters
pip install symmeplot
```

Expand Down
7 changes: 3 additions & 4 deletions docs/guides/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ Installation
Installation Users
==================

SymBRiM is currently not available on PyPI. Therefore, you'll need to install the
development version from GitHub using: ::
SymBRiM is currently available on PyPI. ::

pip install git+https://github.com/mechmotum/symbrim.git
pip install symbrim

The optional dependencies can be installed with: ::

pip install git+https://github.com/moorepants/BicycleParameters.git
pip install bicycleparameters
pip install symmeplot

Installation Developers
Expand Down

0 comments on commit 105deaa

Please sign in to comment.