From 9647a183c09e9d2485df4d56b422f0691c0c9f3c Mon Sep 17 00:00:00 2001 From: Femi Anthony Date: Wed, 3 Jun 2026 12:35:24 -0400 Subject: [PATCH] fixed extension so README displays correctly and added virtual env creation --- nodejs-fastapi-hello-world-app/{README => README.md} | 1 + 1 file changed, 1 insertion(+) rename nodejs-fastapi-hello-world-app/{README => README.md} (95%) 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 ```