21 lines
204 B
Markdown
21 lines
204 B
Markdown
# piccolo_project
|
|
|
|
## Setup
|
|
|
|
### Install requirements
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
### Getting started guide
|
|
|
|
```bash
|
|
python main.py
|
|
```
|
|
|
|
### Running tests
|
|
|
|
```bash
|
|
piccolo tester run
|
|
``` |