mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38:47 +00:00
pip install requirements-dev, not specific package
This commit is contained in:
parent
25dd951df2
commit
26732865fc
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue