Files
deluge/library/README

21 lines
604 B
Plaintext
Raw Normal View History

2006-12-01 18:07:03 +00:00
=================
2006-12-02 10:34:01 +00:00
pytorrent
2006-12-01 18:07:03 +00:00
=================
2006-12-07 20:11:00 +00:00
You may compile the code with the script 'makeit'. The
script 'installit' will install the pytorrent_core package
to the central package store, so that it can be imported inside
pytorrent.py (which is required).
2006-12-01 18:07:03 +00:00
2006-12-07 20:11:00 +00:00
Currently the scripts do NOT copy pytorrent.py to the central
package store, as Deluge imports pytorrent.py by "import
library.pytorrent"
2006-12-01 18:07:03 +00:00
2006-12-07 20:11:00 +00:00
You can check whether pytorrent works by running
2006-12-01 18:07:03 +00:00
python test.py
2006-12-07 20:11:00 +00:00
This does a simple torrent download. Note that the torrent file
used for this test may have expired, so you may need to use a
current one.