Note: You will need Python 3.11 or later
- Clone this repository or download it
git clone https://github.com/maximeduby/Opti-Sphere.git
- Change directory
cd Opti-Sphere/
- Create new virtual environment
python3 -m venv venv
- Activate virtual environment (On Windows:
venv\Scripts\activate
)
source venv/bin/activate
- Install required libraries
pip3 install -r requirements.txt
- Change to root directory
cd opti-sphere
- Run the program
python3 app.py