Skip to content

Commit b9d15cf

Browse files
committed
Document how install dependencies for testing
1 parent 36e071f commit b9d15cf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

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

225225
Contains the unit test of the toolkit.
226226

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

0 commit comments

Comments
 (0)