forked from platypush/platypush
Fixed reference to libtorrent dependency as the pip URL is broken
This commit is contained in:
parent
a1f640ce0a
commit
8d497b0be7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class TorrentPlugin(Plugin):
|
|||
|
||||
Requires:
|
||||
|
||||
* **python-libtorrent** (``pip install python-libtorrent``)
|
||||
* **python-libtorrent** (``pip install git+https://github.com/arvidn/libtorrent``)
|
||||
* **requests** (``pip install requests``) [optional] for torrent info URL download
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue