17 lines
207 B
Markdown
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
|
|
```
|