manga-dlp/contrib/README.md

16 lines
264 B
Markdown

# 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
```