mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-23 09:50:20 +00:00
1e6cc03946
A quick fix of some of the mistakes caught by codespell. Updated readme with new IRC server Useful to add it as part of linting checks.
1.7 KiB
1.7 KiB
Installing Deluge
These are the instructions for installing Deluge. Consider them a work-in-progress and feel free to make suggestions for improvement.
Ubuntu
PPA
Until the stable PPA is updated, the development version of Deluge can be used:
sudo add-apt-repository -u ppa:deluge-team/stable
sudo apt install deluge
PyPi
To install from Python PyPi, Deluge requires the following system installed packages:
sudo apt install python3-pip python3-libtorrent python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-appindicator3
Install with pip:
pip install deluge
Install with all optional dependencies:
pip install deluge[all]
Windows
Unfortunately due to move to GTK3 and Python 3 there is no installer package currently available for Windows.
Intrepid users can install Deluge from separate packages as detailed in issue #3201.
macOS
There is no .app
package currently for macOS, but can try Deluge with Homebrew.
-
Install Homebrew
-
Open a terminal.
-
Run the following to install required packages:
brew install pygobject3 gtk+3 adwaita-icon-theme brew install libtorrent-rasterbar
-
To fix translations:
brew link gettext --force
-
Install Deluge:
pip3 install deluge