From bd88dd85cdfc647dcfa6ba1fb234ed80a03b5ded Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Thu, 9 Jul 2020 16:11:56 -0700 Subject: [PATCH] Tweak formatting --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 139fa7d..2a33b60 100644 --- a/README.rst +++ b/README.rst @@ -70,5 +70,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) -- and sometimes you just need to create requirements.txt for a new project without installing modules. +- ``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.