From 2ca6cdb5f16f828db82b7504f9273481839b5fbf Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 Aug 2017 18:48:18 -0400 Subject: [PATCH] Update virtualenvs.rst --- docs/dev/virtualenvs.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index ac7c957..f5fab17 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -3,8 +3,9 @@ Pipenv & Virtual Environments ============================= -This tutorial walks you through installing and using Python packages. It will -show you how to install and use the necessary tools and make strong +This tutorial walks you through installing and using Python packages. + +It will show you how to install and use the necessary tools and make strong recommendations on best practices. Keep in mind that Python is used for a great many different purposes, and precisely how you want to manage your dependencies may change based on how you decide to publish your software. The guidance