manga-dlp/contrib/README.md

17 lines
272 B
Markdown
Raw Normal View History

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