From 0555d849d6c2ba845ae1c5c93d5cf6dc361ef22b Mon Sep 17 00:00:00 2001 From: Phil Freo Date: Sat, 23 Sep 2017 19:32:18 -0400 Subject: [PATCH] Minor README formatting consistency tweak --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 448cf21..b6cbd30 100644 --- a/README.rst +++ b/README.rst @@ -69,5 +69,5 @@ Why not pip freeze? ------------------- - ``pip freeze`` only saves the packages that are installed with ``pip install`` in your environment. -- pip freeze saves all packages in the environment including those that you don't use in your current project. (if you don't have virtualenv) +- ``pip freeze`` saves all packages in the environment including those that you don't use in your current project. (if you don't have virtualenv) - and sometimes you just need to create requirements.txt for a new project without installing modules.