UPD readme

This commit is contained in:
Dmitriy Bazanov 2023-11-12 18:18:20 +03:00
parent 9f63e8dc20
commit b147f11aa0

View File

@ -17,8 +17,7 @@ $ make html
# How to run Pytest tests # How to run Pytest tests
``` ```
$ export PYTHONPATH=equipment $ export PYTHONPATH=.
$ export PYTHONPATH=controls
$ pytest $ pytest
``` ```