Updated contributing tutorial's virtual environment instructions.

This commit is contained in:
Thomas Grainger 2018-09-19 10:41:22 +01:00 committed by Tim Graham
parent a0d63b02c3
commit c99d379f53
2 changed files with 20 additions and 33 deletions

View file

@ -320,6 +320,8 @@ class ConsoleDirective(CodeBlock):
return 'runtests.py ' + args_to_win(line[15:])
if line.startswith('$ ./'):
return args_to_win(line[4:])
if line.startswith('$ python3'):
return 'py ' + args_to_win(line[9:])
if line.startswith('$ python'):
return 'py ' + args_to_win(line[8:])
if line.startswith('$ '):