dev/env.rst: Un-markup “site-packages”

This commit is contained in:
Zearin
2014-03-31 10:35:36 -04:00
parent caa7ac3f26
commit 91ba68d972
+1 -1
View File
@@ -189,7 +189,7 @@ virtualenv
Virtualenv is a tool to keep the dependencies required by different projects
in separate places, by creating virtual Python environments for them.
It solves the "Project X depends on version 1.x but, Project Y needs 4.x"
dilemma, and keeps your global ``site-packages`` directory clean and manageable.
dilemma, and keeps your global site-packages directory clean and manageable.
`virtualenv <http://www.virtualenv.org/en/latest/index.html>`_ creates
a folder which contains all the necessary executables to contain the