pip install requirements-dev, not specific package

This commit is contained in:
Dave Stephens 2022-08-24 12:04:01 +01:00
parent 25dd951df2
commit 26732865fc

View file

@ -26,4 +26,4 @@ If you're adding a new application:
* Development of Ansible-NAS is carried out in [Visual Studio Code](https://code.visualstudio.com/) - you'll get some nice
recommended extensions and task setups if you do the same.
* You'll need a working Python 3 environment, and [pre-commit](https://pre-commit.com) installed - `pip install pre-commit`.
* You'll need a working Python 3 environment, and [pre-commit](https://pre-commit.com) installed - `pip install -r requirements-dev.txt`.