mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Warn against pip install, rewrap.
This commit is contained in:
+7
-7
@@ -35,13 +35,13 @@ To install and run the client you just need to type:
|
|||||||
``letsencrypt``. ``letsencrypt-auto`` is a wrapper which installs virtualized
|
``letsencrypt``. ``letsencrypt-auto`` is a wrapper which installs virtualized
|
||||||
dependencies and provides automated updates during the beta program)
|
dependencies and provides automated updates during the beta program)
|
||||||
|
|
||||||
.. warning:: Please do **not** use ``python setup.py install``. Please
|
.. warning:: Please do **not** use ``python setup.py install`` or
|
||||||
do **not** attempt the installation commands as
|
``python pip install .``. Please do **not** attempt the
|
||||||
superuser/root and/or without Virtualenv_, e.g. ``sudo
|
installation commands as superuser/root and/or without Virtualenv_,
|
||||||
python setup.py install``, ``sudo pip install``, ``sudo
|
e.g. ``sudo python setup.py install``, ``sudo pip install``, ``sudo
|
||||||
./venv/bin/...``. These modes of operation might corrupt
|
./venv/bin/...``. These modes of operation might corrupt your
|
||||||
your operating system and are **not supported** by the
|
operating system and are **not supported** by the Let's Encrypt
|
||||||
Let's Encrypt team!
|
team!
|
||||||
|
|
||||||
The ``letsencrypt`` commandline tool has a builtin help:
|
The ``letsencrypt`` commandline tool has a builtin help:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user