mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
requirements.txt: no editable (-e) mode, no "." install.
This commit is contained in:
@@ -48,7 +48,7 @@ synced to ``/vagrant``, so you can get started with:
|
||||
|
||||
vagrant ssh
|
||||
cd /vagrant
|
||||
./venv/bin/pip install -r requirements.txt
|
||||
./venv/bin/pip install -r requirements.txt .[dev,docs,testing]
|
||||
sudo ./venv/bin/letsencrypt
|
||||
|
||||
Support for other Linux distributions coming soon.
|
||||
|
||||
Reference in New Issue
Block a user