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 36e071f commit b9d15cfCopy full SHA for b9d15cf
README.md
@@ -224,7 +224,12 @@ Read more at https://pythonhosted.org/an_example_pypi_project/setuptools.html
224
225
Contains the unit test of the toolkit.
226
227
-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 only need to load the virtualenv with the toolkit installed on it properly:
228
+```
229
+pip install -e ".[test]"
230
231
+
232
+and execute:
233
```
234
python setup.py test
235
0 commit comments