Skip to content

Commit 709dbf2

Browse files
remove mention of Python2
1 parent f2b8d7f commit 709dbf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This plugin is compatible with Deluge 2.0 and Python 3.6+.
1818

1919
`python setup.py bdist_egg`
2020

21-
(or try to use [the one from the "egg" directory][2] - be careful to install the py2.7 version of Deluge, if you're using Windows)
21+
(or try to use [the one from the "egg" directory][2] - rename it, if it doesn't match your Python3 version)
2222

23-
* you need to use the same version of Python as the one that Deluge is running under.
23+
* you need to use the same version of Python3 as the one that Deluge is running under.
2424

2525
* add it to Deluge from Preferences -> Plugins -> Install Plugin
2626

@@ -36,5 +36,5 @@ To get Deluge's output on Windows, run this in a terminal ("cmd" works):
3636
* WebUI version
3737

3838
[1]: http://deluge-torrent.org/
39-
[2]: https://github.com/stefantalpalaru/deluge-default-trackers/raw/master/egg/DefaultTrackers-0.2-py2.7.egg
39+
[2]: https://github.com/stefantalpalaru/deluge-default-trackers/raw/master/egg/DefaultTrackers-0.2-py3.7.egg
4040

0 commit comments

Comments
 (0)