diff --git a/README.md b/README.md
index 0d103e3600679fc9c468c690fee63569dc4d8289..c77929dd5be66be7525b9f71246e3ac50ea1a389 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
 ```