Update README.md

This commit is contained in:
Eric Yu 2022-10-31 01:24:04 -07:00 committed by GitHub
parent b6132849c2
commit 4eb9ba5bab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Read the resistance of a voltage divider using ESP32
## Required & Dependencies
### Required
- Python 3 (but below 3.10). And the following packages using `pip`.
Alternatively, you can just switch the file source of the Command line Prompt by using 'cd \file address\\' and after that, run `pip install -r requirements.txt` in to have all packages installed automatically
Alternatively, you can just switch the file source of the Command line Prompt by using 'cd <Project_File_Directory>' and after that, run `pip install -r requirements.txt` in to have all packages installed automatically
- matplotlib
- pyserial
- wxPython