mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-27 05:05:31 +00:00
[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
This commit is contained in:
parent
a3332079db
commit
8fb25f71f3
7 changed files with 31 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue