diff --git a/nodejs-fastapi-hello-world-app/README b/nodejs-fastapi-hello-world-app/README.md similarity index 95% rename from nodejs-fastapi-hello-world-app/README rename to nodejs-fastapi-hello-world-app/README.md index 00e07157..3fb29d0c 100644 --- a/nodejs-fastapi-hello-world-app/README +++ b/nodejs-fastapi-hello-world-app/README.md @@ -16,6 +16,7 @@ Databricks Apps 1. **Install Python dependencies:** ```bash +python -m venv .venv && source .venv/bin/activate pip install -r requirements.txt ```