Skip to content

Commit

Permalink
pip: added --ignore-errors to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
muelli authored and TingPing committed Jun 8, 2023
1 parent 6526de3 commit 24a9549
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 @@ -46,6 +46,7 @@ You can use that in your manifest like
* `--requirements-file=`, `-r`: Reads the list of packages from `requirements.txt` file.
* `--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.
* `--ignore-installed=`: Comma-separated list of package names for which pip should ignore already installed packages. Useful when the package is installed in the SDK but not in the runtime.
* `--output=`: Sets an output file.
* `--yaml`: Outputs a YAML file.

0 comments on commit 24a9549

Please sign in to comment.