Skip to content

Commit

Permalink
Document how install dependencies for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Dec 25, 2022
1 parent 36e071f commit b9d15cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,12 @@ Read more at https://pythonhosted.org/an_example_pypi_project/setuptools.html

Contains the unit test of the toolkit.

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:
```
pip install -e ".[test]"
```

and execute:
```
python setup.py test
```
Expand Down

0 comments on commit b9d15cf

Please sign in to comment.