Skip to content

Commit

Permalink
fix requirements_dev.txt path in docs (#719)
Browse files Browse the repository at this point in the history
Edited shell command for installing reuquirements_dev.txt to point to its location within the server directory
  • Loading branch information
sheckathorne authored May 29, 2024
1 parent f321508 commit d10a81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/src/development/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ style guide. Most popular IDEs have a plugin to support these configs.
- pre-commit
- [pre-commit](https://pre-commit.com/) hooks are set to run a number of linting and formatting checks before commits on any branch is accepted.
```shell
pip install -r requirements_dev.txt
pip install -r server/requirements_dev.txt
pre-commit install
```
- .editorconfig
Expand Down

0 comments on commit d10a81a

Please sign in to comment.