From 29f399bcba349013cff8492fc17a13bce8f60440 Mon Sep 17 00:00:00 2001 From: David Smadja <david.smadja@assemblee-nationale.fr> Date: Tue, 7 Jan 2025 12:09:50 +0100 Subject: [PATCH] Update readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d103e3..c77929d 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,7 @@ Used by [LexImpact Socio-Fiscal UI](https://git.leximpact.dev/leximpact/leximpac ```bash git clone https://git.leximpact.dev/leximpact/leximpact-socio-fiscal-api.git cd leximpact-socio-fiscal-api/ -poetry install -poetry shell # Create environment configuration file and then edit it to reference country package et its JSON output. cp example.env .env ``` @@ -21,6 +19,5 @@ cp example.env .env Start web API server: ```bash -poetry shell -uvicorn --reload leximpact_socio_fiscal_api.main:app +uv run uvicorn --reload leximpact_socio_fiscal_api.main:app ``` -- GitLab