We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0470546 commit f4857f0Copy full SHA for f4857f0
1 file changed
README.md
@@ -157,7 +157,13 @@ Read more at https://pythonhosted.org/an_example_pypi_project/setuptools.html
157
158
Contains the unit test of the toolkit.
159
160
-In order to execute the test you only need to load the virtualenv with the toolkit installed on it and execute:
+In order to execute the test you need to load the virtualenv with the toolkit installed on it and execute:
161
+```
162
+pip install -e ".[test]"
163
164
+that will install dependences that the test requires.
165
+
166
+and later execute:
167
```
168
python setup.py test
169
0 commit comments