Skip to content

Commit

Permalink
DOC: How to install pypi from any branch (#2209)
Browse files Browse the repository at this point in the history
See #2075
  • Loading branch information
pubpub-zz authored Sep 22, 2023
1 parent f1b4cfd commit 8cbe5e7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added docs/dev/PR_Header_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/dev/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,20 @@ If the test is a regression test, write
If the regression test is just one parameter of other tests, then add it as
a comment for that parameter.

## Evaluate a PR in-progress version

You may want to test a version from a PR which has not been released yet.
The easiest way is to use pip and install a version from git:

a) Go the PR and identify the repository and branch.

Example from below : repository: __pubpub-zz__ / branch: __iss2200__ :
![PR Header example](PR_Header_example.png)

b) you can then install the version using pip from git:

Example:
```
pip install git+https://github.com/pubpub-zz/pypdf.git@iss2200
```

0 comments on commit 8cbe5e7

Please sign in to comment.