8 lines
86 B
Markdown
Executable File
8 lines
86 B
Markdown
Executable File
# SETUP
|
|
|
|
```bash
|
|
pip install -e .
|
|
pip install -r requirements.txt
|
|
|
|
docker-compose up
|