14 lines
190 B
Markdown
14 lines
190 B
Markdown
# How to use
|
|
|
|
```shell
|
|
git clone https://git.lucasf.dev/public/softdelete.git && \
|
|
cd softdelete && \
|
|
poetry shell && \
|
|
poetry install
|
|
```
|
|
|
|
# How to test
|
|
|
|
```shell
|
|
pytest --nomigrations
|
|
```
|