update path in contrib readme
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
Ivan Schaller 2022-06-25 14:57:41 +02:00
parent 452e11aea5
commit ee36496915

View file

@ -3,7 +3,7 @@
### install dev requirements
```sh
python3 -m pip install -r requirements_dev.txt
python3 -m pip install -r contrib/requirements_dev.txt
```
### setup asdf with all needed tools and versions
@ -11,6 +11,6 @@ python3 -m pip install -r requirements_dev.txt
> you may need to install just first: [link](https://github.com/casey/just)
```sh
just prepare_workspace
just contrib/ prepare_workspace
```