﻿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
27876	Documentation error for installing tests/requirements/py3.txt	Vipin Chaudhary	nobody	"Hi, 
I was installing tests/requirement/py3.txt as stated in django docs for contribution [https://docs.djangoproject.com/en/dev/intro/contributing/]

It was written that run 
{{{
pip install -r py3.txt
}}}

i am running same on my mac OS but it always show problems in installing `pylibmc` and `libmemcached ` to fix that i ran 
{{{
brew install libmemcached
pip3 install -r py3.txt
}}}

because there was some python3 dependencies in it

so think that should be mentioned in docs that if its not installed by `pip` then try using `pip3`"	Bug	closed	Documentation	dev	Normal	invalid	documentation, pip3, requirements, contribution		Unreviewed	0	0	0	0	1	0
