From 706e3fa570892fa2c6b114a1aca33a482aab1547 Mon Sep 17 00:00:00 2001 From: Eric Yu Date: Sat, 4 Mar 2023 12:53:23 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f9d950..245ba3b 100644 --- a/README.md +++ b/README.md @@ -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`