mdozmorov / genome_runner

Academic Free License v3.0
0 stars 3 forks source link

Need to change documentation to explicitly specify python 2 #68

Closed gilesc closed 9 years ago

gilesc commented 9 years ago

On my distribution, "python" refers to python 3, not python 2. Many distributions will change to this before long. The best solution would be to fix the program to work with both python versions, but failing that, it needs to be explicitly specified that it only works on python 2, the program needs to check that it is being invoked with 2, not 3, and the documentation needs to change to always refer to "python2" based commands.

mdozmorov commented 9 years ago

Changed in the Methods section