From 08197efe0f4cff26edabe6b6e8e4e0ebffdd6abb Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 13 Mar 2023 13:30:43 +0000 Subject: [PATCH] docs: moved installation info for develop branch to documentation. --- README.md | 4 ---- pyerrors/__init__.py | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) 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