integrate/README.md

17 lines
243 B
Markdown
Raw Normal View History

2022-03-02 16:10:17 +01:00
# 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