Update README.md to clarify application purpose and installation instructions

This commit is contained in:
William Valentin
2025-07-15 13:37:58 -07:00
parent 52a079cbcd
commit f8915f85b0

View File

@@ -1,2 +1,14 @@
# Thechart
### App to manage my meds
App to manage my medication and the evolution of effects.
## Install
```shell
pipenv install
```
OR
```shell
pip install -r requirements.txt
```
## Build container image
./build.sh