diff --git a/pyerrors/__init__.py b/pyerrors/__init__.py index ee259b24..731c43cf 100644 --- a/pyerrors/__init__.py +++ b/pyerrors/__init__.py @@ -37,8 +37,9 @@ conda update -c conda-forge pyerrors # Update ``` Install the current `develop` version: ```bash -python -m pip install git+https://github.com/fjosw/pyerrors.git@develop +python -m pip install -U --no-deps --force-reinstall git+https://github.com/fjosw/pyerrors.git@develop ``` +(Also works for any feature branch). ## Basic example