From 2380f3213508f62c0ad8a0fa9c83652333099ca4 Mon Sep 17 00:00:00 2001 From: chrysle Date: Tue, 2 Jan 2024 15:53:33 +0100 Subject: [PATCH] Remove "Running pipx From Source Tree" section --- CONTRIBUTING.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d743492915..7988d268e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,14 +3,6 @@ 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 - -To run the pipx executable from your source tree during development, run pipx from the src directory: - -``` -python src/pipx --version -``` - ## Running Tests ### Setup