diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2019-06-21 11:56:10 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2021-07-31 23:08:23 +0200 |
commit | 8fb25f71f30733b24304a09ae401800dfa82324d (patch) | |
tree | c92d9e4c9808ba980a78c4bad98cfa2050806f67 /docs | |
parent | [GTKUI] Remove deprecated GTK attributes (diff) | |
download | deluge-8fb25f71f30733b24304a09ae401800dfa82324d.tar.xz deluge-8fb25f71f30733b24304a09ae401800dfa82324d.zip |
[Install] Update and fix python optional requirements
* Added required dependency setuptools to install_requires
* Remove optional dependency ipaddress from install_requires
* Created extras_require in setup.py. The optional dependencies should
not be included in install_requires so that users can either install
forked dependencies or remove problematic ones. Updated documentation to
detail how to install these optional dependencies.
* Fixed README badge
Refs:
* https://dev.deluge-torrent.org/ticket/3470
* https://dev.deluge-torrent.org/ticket/3282
* https://dev.deluge-torrent.org/ticket/3353
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/intro/01-install.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/intro/01-install.md b/docs/source/intro/01-install.md index 9d7ab1a9a..dea4e9c59 100644 --- a/docs/source/intro/01-install.md +++ b/docs/source/intro/01-install.md @@ -22,6 +22,10 @@ Install with pip: pip install deluge +Install with all optional dependecies: + + pip install deluge[all] + ## <i class="fa fa-windows"></i> Windows Unfortunately due to move to GTK3 and Python 3 there is no installer package currently |