Update README.md
This commit is contained in:
parent
b6132849c2
commit
4eb9ba5bab
|
@ -4,7 +4,7 @@ Read the resistance of a voltage divider using ESP32
|
||||||
## Required & Dependencies
|
## Required & Dependencies
|
||||||
### Required
|
### Required
|
||||||
- Python 3 (but below 3.10). And the following packages using `pip`.
|
- 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
|
- matplotlib
|
||||||
- pyserial
|
- pyserial
|
||||||
- wxPython
|
- wxPython
|
||||||
|
|
Loading…
Reference in New Issue