manga-dlp/contrib/README.md

17 lines
264 B
Markdown
Raw Normal View History

2022-06-25 14:29:09 +02:00
# contribute
### install dev requirements
```sh
python3 -m pip install -r requirements_dev.txt
```
### setup asdf with all needed tools and versions
> you may need to install just first: [link](https://github.com/casey/just)
```sh
just prepare_workspace
```