Updated readme

This commit is contained in:
Luke Else 2024-01-05 14:39:54 +00:00
parent 968c19e3cf
commit 9fbdb9f3fb

View File

@ -16,4 +16,21 @@ To start you need to create a virtual environment and load in the required depen
python -m venv .venv python -m venv .venv
./.venv/Scripts/Activate.ps1 ./.venv/Scripts/Activate.ps1
pip install -r requirements.txt pip install -r requirements.txt
``` ```
## Running
### Pre-Requisites
- Docker daemon is installed and running.
- Docker compose is installed.
### Instructions
In order to run the web app, simply use the command
```sh {"id":"01HKD0VRADDYQ92W22JN1FHA03"}
docker-compose up -d
```
to run the container in a detatched mode.