Improve docs for python version

This commit is contained in:
emily 2024-06-01 10:13:32 +02:00
parent ad19854a2f
commit 8e9e31f9b8
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# Gilded Rose starting position in Python # Gilded Rose starting position in Python
For exercise instructions see [top level README](../README.md)
Suggestion: create a python virtual environment for this project. See the [documentation](https://docs.python.org/3/library/venv.html)
## Run the unit tests from the Command-Line ## Run the unit tests from the Command-Line
``` ```

4
python/requirements.txt Normal file
View File

@ -0,0 +1,4 @@
pytest
approvaltests
pytest-approvaltests
coverage