﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29923	Quickstart code bit missing python command	Steven Erredge	nobody	"Code bit for running all unit tests under the Quickstart header is missing the python command on line 5 

What it is 
1 $ git clone git@github.com:YourGitHubName/django.git django-repo
2 $ cd django-repo/tests
3 $ pip install -e ..
4 $ pip install -r requirements/py3.txt
5 $ ./runtests.py

What it should be
1 $ git clone git@github.com:YourGitHubName/django.git django-repo
2 $ cd django-repo/tests
3 $ pip install -e ..
4 $ pip install -r requirements/py3.txt
5 $ python ./runtests.py

Here is the link --> https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests"	Bug	closed	Documentation	dev	Normal	invalid			Unreviewed	0	0	0	0	1	1
