mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-24 15:36:25 +01:00
13 lines
102 B
Markdown
13 lines
102 B
Markdown
|
# Webserver
|
||
|
|
||
|
## Pré-requis
|
||
|
|
||
|
```bash
|
||
|
pip install flask
|
||
|
```
|
||
|
|
||
|
## Utilisation
|
||
|
|
||
|
```bash
|
||
|
make webserver
|
||
|
```
|