You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-4
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,35 @@ Here is what the 2 screen setup looks like, with a big notes slide next to 2 sma
17
17
18
18
# Installing
19
19
20
-
- Linux: `pip install pympress` − requires [python, gtk+3, poppler, and their python bindings](#dependencies).
21
-
- macOS: `brew install pympress` − using [Homebrew](https://brew.sh/)
22
-
- Windows: `choco install pympress` with [Chocolatey](https://chocolatey.org/) or download the installer from the [latest Github release](https://github.com/Cimbali/pympress/releases/latest).
20
+
- Ubuntu 20.04 focal or newer, Debian 11 Bullseye or newer:
pacman -S poppler-glib # dependency temporarily missing from AUR package
30
+
31
+
Or using any other tool to manage AUR packages (yay, pacaur, etc.):
32
+
33
+
yay -S pympress
34
+
pacman -S poppler-glib # dependency temporarily missing from AUR package
35
+
36
+
- Other Linux, requires [python, gtk+3, poppler, and their python bindings](#dependencies):
37
+
38
+
pip install pympress
39
+
40
+
- macOS, using [Homebrew](https://brew.sh/):
41
+
42
+
brew install pympress
43
+
44
+
- Windows, with [Chocolatey](https://chocolatey.org/):
45
+
46
+
choco install pympress
47
+
48
+
Or download the installer from the [latest Github release](https://github.com/Cimbali/pympress/releases/latest).
23
49
24
50
### Notes
25
51
- To support playing embedded videos in the PDFs, your system must have VLC installed (with the same bitness as pympress). VLC is not distributed with pympress, but it is certainly available in your system’s package manager and [on their website](https://www.videolan.org/vlc/).
@@ -96,7 +122,16 @@ For example, on ubuntu, you can run the following as root to make sure you have
96
122
97
123
Different distributions might have different package naming conventions, for example the equivalent on OpenSUSE would be:
@@ -156,3 +191,4 @@ and <!-- last translator --> Cimbali.
156
191
Official releases are made to [PyPI](https://pypi.org/) and with [github releases](https://github.com/Cimbali/pympress/releases). The community maintains a number of other packages or recipes to install pympress (additions welcome):
157
192
-[@Jose1711](https://github.com/jose1711) made the [AUR pympress package](https://aur.archlinux.org/packages/python-pympress/)
158
193
-[@ComFreek](https://github.com/ComFreek) maintains the [Chocolatey pympress package](https://chocolatey.org/packages/pympress)
194
+
-[@mans0954](https://github.com/mans0954) maintains the [Debian pympress package](https://packages.debian.org/bullseye/pympress) and the [Ubuntu pympress package](https://packages.ubuntu.com/focal/pympress)
0 commit comments