mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
setup.cfg aliases don't work with pip
This commit is contained in:
parent
73ac2e36cc
commit
c185480ae9
2 changed files with 2 additions and 2 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -10,7 +10,7 @@ cd /vagrant
|
|||
sudo ./bootstrap/ubuntu.sh
|
||||
if [ ! -d "venv" ]; then
|
||||
virtualenv --no-site-packages -p python2 venv
|
||||
./venv/bin/pip install -r requirements.txt -e .[dev]
|
||||
./venv/bin/pip install -r requirements.txt -e .[dev,docs,testing]
|
||||
fi
|
||||
SETUP_SCRIPT
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ Now you can install the development packages:
|
|||
|
||||
.. code-block:: shell
|
||||
|
||||
./venv/bin/pip install -r requirements.txt -e .[dev]
|
||||
./venv/bin/pip install -r requirements.txt -e .[dev,docs,testing]
|
||||
|
||||
The code base, including your pull requests, **must** have 100% test
|
||||
statement coverage **and** be compliant with the :ref:`coding style
|
||||
|
|
|
|||
Loading…
Reference in a new issue