Changes between Version 3 and Version 4 of Ticket #13084, comment 6


Ignore:
Timestamp:
08/12/17 21:48:14 (8 years ago)
Author:
Mark Spieth

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13084, comment 6

    v3 v4  
    22
    33as bill said
     4{{{
    45apt-get install python-requests-cache python-future
     6}}}
     7
    58do same for python3 if testing with that (future is part of py3)
     9
     10{{{
    611apt-get install python3-requests-cache
     12}}}
    713
    814to test
     15
     16{{{
    917cd ..../mythtv/programs/scripts/metadata/Television
    1018PYTHONPATH=..../mythtv/bindings/python ./ttvdb.py --doctest
    1119PYTHONPATH=..../mythtv/bindings/python3 ./ttvdb.py --doctest
     20}}}
    1221
    1322should give no errors if the output matches the doctests near the top of the file.