Skip to content

Commit

Permalink
Merge pull request #177 from KlimaDAO/add-non-docker-steps-to-readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
sprrwhwk authored Nov 3, 2023
2 parents 86dd858 + a482844 commit 8a292a6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8a292a6

Please sign in to comment.