This repo consist of tasks for learning python
- Use python virtual environments
More info: Creation of virtual environments
python -m venv ".env" - Install python packages
pip install -r "requirements.txt" - How to run tests?
pytest
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repo consist of tasks for learning python
python -m venv ".env"pip install -r "requirements.txt"pytest