Skip to content

Commit

Permalink
pip: Document --ignore-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Nov 27, 2023
1 parent 1d35e5c commit f0614ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pip/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ You can use that in your manifest like
* `--cleanup=(scripts|all)`: Add `cleanup` to the manifest. This is used when the packages installed are only used at build time.
* `--build-only`: Alias to `--cleanup=all`.
* `--requirements-file=`, `-r`: Reads the list of packages from `requirements.txt` file.
* `--ignore-pkg=`: Ignore a specific package name in a requirements-file, otherwise ignored.
* `--checker-data`: This adds `x-checker-data` to modules so you will be notified when new releases happen. See [flatpak-external-data-checker](https://github.com/flathub/flatpak-external-data-checker) for more details.
* `--runtime=`: Runs `pip` inside of a specific Flatpak runtime instead of on your host. Highly recommended for reproducability and portability. Examples would be `org.freedesktop.Sdk//22.08` or `org.gnome.Sdk/aarch64/43`.
* `--ignore-errors=`: Allow the generation of empty or otherwise broken files when downloading packages fails.
Expand Down

0 comments on commit f0614ca

Please sign in to comment.