Skip to content

Commit

Permalink
update requirements file locations (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
samccann authored Mar 26, 2024
1 parent 0b57983 commit 7860b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To update or add content, open the relevant ``data/*.yaml`` file with any text e
To build the docsite locally and verify your changes, do the following:

```sh
python -m pip install -r requirements.in -c requirements.txt
python -m pip install -r requirements/requirements.in -c requirements/requirements.txt
python build.py
```

Expand Down

0 comments on commit 7860b3e

Please sign in to comment.