From ad188acec4f0165dfca81ae3817dcfbd3b38a169 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 17 Jul 2023 15:34:25 +0100 Subject: [PATCH] docs: instruction for installing develop branch updated. --- pyerrors/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ ``` 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