Files
thechart/README.md
2025-07-17 12:36:39 -07:00

17 lines
207 B
Markdown

# Thechart
App to manage my medication and the evolution of effects.
## Install
```shell
pipenv install
```
OR
```shell
pip install -r requirements.txt
```
## Build container image
```shell
make build
```