From 91ba68d9727c5010a5763639c9085ca051e46242 Mon Sep 17 00:00:00 2001 From: Zearin Date: Mon, 31 Mar 2014 10:35:36 -0400 Subject: [PATCH] =?UTF-8?q?dev/env.rst:=20Un-markup=20=E2=80=9Csite-packag?= =?UTF-8?q?es=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/dev/env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 06570c6..3610307 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -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 `_ creates a folder which contains all the necessary executables to contain the