upd readme requirements

This commit is contained in:
awe
2026-02-18 20:07:52 +03:00
parent dd63383c39
commit 43d490e2f8
2 changed files with 8 additions and 3 deletions

View File

@ -51,7 +51,7 @@ python3 -m venv .venv
source .venv/bin/activate
# 3. Install GUI and serial dependencies
pip install FreeSimpleGUI pyserial
pip install -r requirements.txt
# 4. Install laser_control as an editable package
# (required for imports to work in any subdirectory)
@ -61,8 +61,6 @@ pip install -e .
pip install pytest
```
> **Note:** Steps 35 can be run via the existing `deploy` script (steps 13),
> then manually run `pip install -e . && pip install pytest` once inside the venv.
### Every subsequent session

7
requirements.txt Normal file
View File

@ -0,0 +1,7 @@
FreeSimpleGUI==5.2.0.post1
iniconfig==2.3.0
packaging==26.0
pluggy==1.6.0
Pygments==2.19.2
pyserial==3.5
pytest==9.0.2