Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
Co-authored-by: David Harris <[email protected]>
  • Loading branch information
jsf9k and dv4harr10 committed Sep 3, 2024
1 parent 57bcc5b commit b31bcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker compose down
The Python dependencies are maintained using a [Pipenv](https://github.com/pypa/pipenv)
configuration for each supported Python version. Changes to requirements
should be made to the respective `src/py<Python version>/Pipfile`. More
information about the `Pipfile` format can be found [here](https://pipenv.pypa.io/en/latest/basics/#example-pipfile-pipfile-lock).
information about the `Pipfile` format can be found [here](https://pipenv.pypa.io/en/latest/pipfile.html#example-pipfile).
The accompanying `Pipfile.lock` files contain the specific dependency versions
that will be installed. These files can be updated like so (using the Python
3.9 configuration as an example):
Expand Down

0 comments on commit b31bcb9

Please sign in to comment.