best-practice-and-impact / qa-of-code-guidance

Guidance for quality assurance of code for civil service researchers and analysts.
https://best-practice-and-impact.github.io/qa-of-code-guidance
Other
74 stars 18 forks source link

Wrong dev requirements install code in README #154

Closed rowanhemsi closed 1 year ago

rowanhemsi commented 1 year ago

To install development requirements, run pip install -r dev-requirements.txt, not pip install -r dev-dependencies.txt as stated in README.md.

rowanhemsi commented 1 year ago

Fixed in #153