Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,27 @@ Specifically:
instructions below may be more convenient on Windows.

3. Finally, install ``paper2remarkable``:
```
```bash
$ pip install paper2remarkable
```
this installs the ``p2r`` command line program.

> [!IMPORTANT]
> On certain newer Debian and Ubuntu-based distributions, running
>
> ```bash
> $ pip install paper2remarkable
> ```
>
> will raise an ```error: externally-managed-environment```.
> Rather, run
>
> ```bash
> $ pipx install paper2remarkable
> ```
>
> to install the ``p2r`` command line program.

**Optionally**, you can install:

- [pdftoppm](https://linux.die.net/man/1/pdftoppm) (recommended for speed).
Expand Down