integrate/README.md
Philipp Rothmann a35d70412c init
2022-03-02 16:10:17 +01:00

17 lines
No EOL
243 B
Markdown

# integrate
does what nobody else want's to do.
## Development
### Getting Started
```
python3 -m venv env
. ./env/bin/activate
pip3 install -r requirements.txt
./env/bin/uvicorn app.main:app --reload
```
pip freeze -l > requirements.txt