Skip to content

Commit f4857f0

Browse files
committed
Update docs adding reference to test depencence installation
1 parent 0470546 commit f4857f0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,13 @@ Read more at https://pythonhosted.org/an_example_pypi_project/setuptools.html
157157

158158
Contains the unit test of the toolkit.
159159

160-
In order to execute the test you only need to load the virtualenv with the toolkit installed on it and execute:
160+
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:
161167
```
162168
python setup.py test
163169
```

0 commit comments

Comments
 (0)