From a48284407a402b59f3c0f3556de99f4a4e10ab4d Mon Sep 17 00:00:00 2001 From: sprrwhwk Date: Wed, 1 Nov 2023 10:41:49 +0300 Subject: [PATCH] update readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d94e1357..9b9ac7f1 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,21 @@ This is a monorepo containing multiple Dash applications which can be deployed s The repo will eventually also contain a component library and standard assets and resources to be shared across all Klima Dash apps. +## Local Development without Docker + +To start the application run the following commands. + +```bash +python3 -m venv venv +source venv/bin/activate +pip install -r requirements1.txt +pip install -r requirements2.txt +python -m src.apps.api.app +``` + ## Local Development with Docker -### Prepare environnement +### Prepare environment Create a .env file. See .env.dist from instructions