mirror of
https://github.com/django/django.git
synced 2025-07-12 07:45:11 +00:00
Updated contributing tutorial's virtual environment instructions.
This commit is contained in:
parent
a0d63b02c3
commit
c99d379f53
2 changed files with 20 additions and 33 deletions
|
@ -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('$ '):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue