Skip to content

Commit

Permalink
update front end docs to clarify python and pip installation for prec…
Browse files Browse the repository at this point in the history
…ommit
  • Loading branch information
nlebovits committed Jul 30, 2024
1 parent 8131b65 commit e9031a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/SETUP/FRONT_END.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Note: make sure to keep your fork up to date with the original repository by fol

### Precommit hook

We use a precommit hook to help with formatting and linting in our CI/CD pipeline. When setting up the repo, please first [make sure you have `pre-commit` installed](https://pre-commit.com/) using `pip` or another package manager. Once that's done, run `pre-commit install` in the root directory to set up the precommit hooks (configured in `.pre-commit-config.yaml`).
We use a precommit hook to help with formatting and linting in our CI/CD pipeline. When setting up the repo, please first [make sure you have `pre-commit` installed](https://pre-commit.com/) using `pip` or another package manager.\* Once that's done, run `pre-commit install` in the root directory to set up the precommit hooks (configured in `.pre-commit-config.yaml`).

\*`pre-commit` relies on Python and is installed with `pip`. Python 3 ships by default on Unix systems (macOS and Linux) and `pip` is normally included in this. So, unless you're running Windows, both of these should already be accessible to you without any extra steps. If you're running Windows, see [the Python installation instrutions here](https://docs.python.org/3/using/windows.html).

### Nextjs App

Expand Down

0 comments on commit e9031a4

Please sign in to comment.