pytec: Move scripts into subfolder

As Thermostat Python scripts should be packaged inside pytec.

This allows Setuptools' Package Discovery to perform Automatic discovery
and find all scripts, following the "flat-layout".
This commit is contained in:
atse 2024-11-18 15:52:07 +08:00
parent 8dd58b364d
commit e6be191c77
4 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ When tuning Thermostat PID parameters, it is helpful to view the temperature, PI
To use the Python real-time plotting utility, run
```shell
python pytec/plot.py
python pytec/pytec/plot.py
```
![default view](./assets/default%20view.png)
@ -49,7 +49,7 @@ A PID auto tuning utility is provided in the Pytec library. The auto tuning util
To run the auto tuning utility, run
```shell
python pytec/autotune.py
python pytec/pytec/autotune.py
```
After some time, the auto tuning utility will output the auto tuning results, below is a sample output