diff --git a/README.md b/README.md index 6e8bb36c..de4b0082 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/docs/guides/installation.rst b/docs/guides/installation.rst index 41a2d742..ec60ee7c 100644 --- a/docs/guides/installation.rst +++ b/docs/guides/installation.rst @@ -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