CPE 101 Engineering Exploration Python-based Final Project
- Install Python 3 on your device
- Install Essential Library from requirements.txt
- Go to cmd (command prompt via search toolsbar)
- Type
cd
followed by path of folder, and thenbuild
- Ex.
cd Desktop/Stainomic/build
- type
pip install -r requirements.txt
(You can Double click on gui.py
to use the program, or choose Open with Python
)