mirror of
https://github.com/django/django.git
synced 2025-08-06 11:58:26 +00:00
[2.1.x] Updated contributing tutorial's virtual environment instructions.
Backport of c99d379f53
from master
This commit is contained in:
parent
322b70f605
commit
1d9725504c
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