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