Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent 8f8e9ba commit ad8009a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ pypdfium2 includes helpers to simplify common use cases, while the raw PDFium/ct

## Installation

<!-- TODO use linkable sub-sections? -->

* From PyPI (recommended)
```bash
python3 -m pip install -U pypdfium2
Expand All @@ -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:
Expand Down

0 comments on commit ad8009a

Please sign in to comment.