diff --git a/README.md b/README.md index 50f388b6..c54dbae3 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ Install the most recent release using conda and [conda-forge](https://anaconda.o conda install -c conda-forge pyerrors # Fresh install conda update -c conda-forge pyerrors # Update ``` -Install the current `develop` version: -```bash -pip install git+https://github.com/fjosw/pyerrors.git@develop -``` ## Contributing We appreciate all contributions to the code, the documentation and the examples. If you want to get involved please have a look at our [contribution guideline](https://github.com/fjosw/pyerrors/blob/develop/CONTRIBUTING.md). diff --git a/pyerrors/__init__.py b/pyerrors/__init__.py index a692023c..aad89ab2 100644 --- a/pyerrors/__init__.py +++ b/pyerrors/__init__.py @@ -35,6 +35,10 @@ Install the most recent release using conda and [conda-forge](https://anaconda.o conda install -c conda-forge pyerrors # Fresh install conda update -c conda-forge pyerrors # Update ``` +Install the current `develop` version: +```bash +pip install git+https://github.com/fjosw/pyerrors.git@develop +``` ## Basic example