Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider d631adf2 rédigé par Erwan BOUSSE's avatar Erwan BOUSSE
Parcourir les fichiers

Fix command in README

parent 09066ffb
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -32,7 +32,11 @@ _Web Calculator_ is a tiny stateless web application written in Python using htt
== Requirements
- Python 3
- `pip` to install Python dependencies
- A set of Python libraries (which can be installed with `pip`):
** uvicorn
** fastapi
** jinja2
** python-multipart
== Install and run
......@@ -64,7 +68,7 @@ Finally you can run the application:
....
$ cd source
$ uvicorn main.app:app
$ uvicorn main.app:app --host 0.0.0.0
....
NOTE: We assume that you are still inside your _venv_ using the `source` command shown before.
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter