Skip to content

Commit

Permalink
Update "Running pipx From Source Tree" section
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysle committed Jan 3, 2024
1 parent 3e07fdf commit b7ffeaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ Thanks for your interest in contributing to pipx!
Everyone who interacts with the pipx project via codebase, issue tracker, chat rooms, or otherwise is expected to follow
the [PSF Code of Conduct](https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md).

## Running pipx From Source Tree
## Running pipx For Development

To run the pipx executable from your source tree during development, run pipx from the src directory:
To develop `pipx`, either create a [developer environment](#creating-a-developer-environment), or perform an editable
install:

```
python src/pipx --version
python -m pip install -e .
python -m pipx --version
```

## Running Tests
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ markdown_extensions:
plugins:
- search:
lang: en
enabled: true
- gen-files:
scripts:
- scripts/gen_doc_pages.py

0 comments on commit b7ffeaa

Please sign in to comment.