From 8a35a20045aff90c92f82b50b0f55eb9fb3f8d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Almeida?= Date: Thu, 18 Oct 2018 23:20:03 -0300 Subject: Enhance info on pip requirements intallation (#4499) * Enhance info on pip requirements intallation * Remove virtualenv files from remote * Fix "pacakges" typo * Removing trailling whitespaces --- docs/development/getting-started.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/development') 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. -- cgit v1.2.3