manga-dlp/contrib/README.md
Ivan Schaller ee36496915
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
update path in contrib readme
2022-06-25 14:57:41 +02:00

16 lines
281 B
Markdown

# contribute
### install dev requirements
```sh
python3 -m pip install -r contrib/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 contrib/ prepare_workspace
```