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

Latest commit

 

History

History
31 lines (20 loc) · 628 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 628 Bytes

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