Update README.md

This commit is contained in:
Eric Yu 2023-03-04 12:53:23 -08:00
parent eb9a1d0068
commit 706e3fa570
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ For Windows you can just [download the released executable](https://github.com/S
### develop & build
For windows, you may use the pseudo Makefile `make.bat` to build a python environment for the front end codes. Call `make run` to run the program. And `make clean` to delet all local temporary files and environment files before you make any commit. We recomment to use VSCode to do both interface and firmware development.
For windows, assuming you are not using Anaconda's python (cuz pyinstaller will not include some of the DLL's for conda with this method), you may use the pseudo Makefile `make.bat` to build a python environment for the front end codes. Call `make run` to run the program. And `make clean` to delet all local temporary files and environment files before you make any commit. We recomment to use VSCode to do both interface and firmware development.
Beside the c-based code for the Arduino board to read raw data from the board, everything has now been done in the python
files. The main program is `test.py`, which calls `UI.py` to prompt for input. It is NOT recommended modifying the `ui.py`