Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
generated from gomu-gomu/starter

OOP Python Project 1.

License

Notifications You must be signed in to change notification settings

gomu-gomu/ma-oop-python-projet-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projet 1

The questions are inside of the projet.pdf file.

Source code is under the src folder

Usage

First, thie next two steps are completely optional but it's a good practice to create vertual environment for your project to avoid polluting your global python environment.

python -m venv .venv

Then activate the newly created virtual environment.

source .venv/bin/activate

Now for the mandatory step, you need to install all dependencies.

pip install -r requirements.txt

The solution can be run via:

streamlit run ./src/calcul_web.py