Skip to content

Commit

Permalink
Split "pipx install" setup command into two commands on the documenta…
Browse files Browse the repository at this point in the history
…tion site (#6869)
  • Loading branch information
nomadmtb committed Jul 26, 2023
1 parent cfd5b6c commit 4d2a41d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/contributing.md
Expand Up @@ -66,7 +66,8 @@ cd pydantic
# https://pre-commit.com/#install
# To get pipx itself:
# https://pypa.github.io/pipx/
pipx install pdm pre-commit
pipx install pdm
pipx install pre-commit

# Install pydantic, dependencies, test dependencies and doc dependencies
make install
Expand Down

0 comments on commit 4d2a41d

Please sign in to comment.