Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 508 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 508 Bytes

ProjetFlask

Projet Flask en groupe: EVIEUX Vincent, THILLOU Laurent, BARDIN Victor, FAUCHERY Benoît

Lien git

https://github.com/lolothi/ProjetFlask

Installation local use

On your computer:

Install the python environment:

python3 -m venv venv

#Activation
source venv/bin/activate
#(Windows)
venv\Scripts\activate.bat

# For Fish : source venv/bin/activate.fish

pip install -r ./requirements.txt

lancer le server

On your computer:

flask --app app run --port [numero de port]