- Run
git clone https://github.com/tivole/Ti_SimpleCalculator.git
to clone repository. - Run
cd Ti_SimpleCalculator/src
to change directory.
- Python (3.6 or above recommended)
- Pip (18.1 or above recommended)
- Run
python3 -m venv venv
to create virtual environment. - Run
source venv/bin/activate
to activate venv. - Run
pip install pyqt5
to install PyQt5.
- Run
python main.py
to run calculator.