diff options
author | André Almeida <fda.andre@gmail.com> | 2018-10-18 23:20:03 -0300 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-10-19 10:20:03 +0800 |
commit | 8a35a20045aff90c92f82b50b0f55eb9fb3f8d1e (patch) | |
tree | 1f7b2f672a8d5533393eb6d90ac1f6374e7142c8 /docs/development | |
parent | ef18e61594572e7f1f479d66c68dfbdfd9b49859 (diff) | |
download | cryptography-8a35a20045aff90c92f82b50b0f55eb9fb3f8d1e.tar.gz cryptography-8a35a20045aff90c92f82b50b0f55eb9fb3f8d1e.tar.bz2 cryptography-8a35a20045aff90c92f82b50b0f55eb9fb3f8d1e.zip |
Enhance info on pip requirements intallation (#4499)
* Enhance info on pip requirements intallation
* Remove virtualenv files from remote
* Fix "pacakges" typo
* Removing trailling whitespaces
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/getting-started.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index 953ae959..e01ee277 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -19,6 +19,10 @@ mode. For example: $ pip install --requirement dev-requirements.txt $ pip install --editable . +Make sure that ``pip install --requirement ...`` has installed the Python +package ``vectors/`` and packages on ``tests/`` . If it didn't, you may +install them manually by using ``pip`` on each directory. + You will also need to install ``enchant`` using your system's package manager to check spelling in the documentation. |