From ad8009ad8334511e51b5ce312325ae56d056e0c4 Mon Sep 17 00:00:00 2001 From: geisserml Date: Tue, 31 Oct 2023 18:52:25 +0100 Subject: [PATCH] continue --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f0bca7fba..80f1b7e52 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ pypdfium2 includes helpers to simplify common use cases, while the raw PDFium/ct ## Installation + + * From PyPI (recommended) ```bash python3 -m pip install -U pypdfium2 @@ -35,6 +37,12 @@ pypdfium2 includes helpers to simplify common use cases, while the raw PDFium/ct ``` You may add `--env` to the `conda config` calls for environment-local config. + To check if the channels are correct: + ```bash + conda list --show-channel-urls "pypdfium2|pdfium-binaries" + conda config --show-sources + ``` + To depend on pypdfium2 in a recipe: ```yaml requirements: