Changes between Version 38 and Version 39 of Building/libtorrent


Ignore:
Timestamp:
04/16/2020 05:21:29 PM (4 years ago)
Author:
jools772
Comment:

Fix for python3 print syntax

Legend:

Unmodified
Added
Removed
Modified
  • Building/libtorrent

    v38 v39  
    4949 6. Verify libtorrent and the python bindings are installed correctly: 
    5050{{{ 
    51 python -c "import libtorrent; print libtorrent.version" 
     51python3 -c "import libtorrent; print (libtorrent.version)" 
    5252>> 1.0.6.0 
    5353}}}