Skip to content
Snippets Groups Projects
Commit a497e14d authored by Dominique Barton's avatar Dominique Barton :unicorn:
Browse files

REFACTOR: Use simpler confirm-utils requirement

parent abd69b68
No related branches found
Tags 1.11.2
No related merge requests found
......@@ -30,10 +30,10 @@ venv:
python3 -m venv .venv
develop:
pip3 install -e .[dev]
pip3 install -i https://pypi.confirm.ch/ -e .[dev]
install:
pip3 install .
pip3 install -i https://pypi.confirm.ch/ .
#
# Development
......
......@@ -22,7 +22,7 @@ To **install** or **upgrade** the *Blueprint Cloner* run:
.. code-block:: bash
pip3 install -U -i https://pypi.confirm.ch/simple/ blueprint-cloner
pip3 install -U -i https://pypi.confirm.ch/ blueprint-cloner
Usage
-----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment