From 86e7d9f08bfa3ee00d0161c4638bfa5940150816 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 Aug 2017 19:56:58 -0400 Subject: [PATCH] Update virtualenvs.rst --- docs/dev/virtualenvs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index c6e8b5a..28e5fab 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -181,8 +181,8 @@ Congratulations, you now know how to install and use Python packages! ✨ 🍰 -virtualenv -========== +Lower level: virtualenv +======================= `virtualenv `_ is a tool to create isolated Python environments. virtualenv creates a folder which contains all the