Skip to content

maximeduby/Opti-Sphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opti-Sphere Project


Installation

Note: You will need Python 3.11 or later

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published