From 940a693b469288f6ee4e13542e655ad3d602bc19 Mon Sep 17 00:00:00 2001 From: Eric Hanchrow Date: Fri, 17 Jan 2020 20:00:02 -0800 Subject: [PATCH] Improve wording in "basics.rst" --- docs/basics.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/basics.rst b/docs/basics.rst index fa02fb16..8cac8971 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -11,9 +11,9 @@ This document covers some of Pipenv's more basic features. -------------------------------- Pipfiles contain information for the dependencies of the project, and supercede -the requirements.txt present in Python projects. You should add Pipfile in the -Git repository letting users who clone the repository the only thing required would be -installing Pipenv in the machine and type ``pipenv install``. Pipenv is a reference +the requirements.txt present in Python projects. You should add Pipfile to your +Git repository, and let users who clone the repository know that they need only +install Pipenv, and type ``pipenv install``. Pipenv is a reference implementation for using Pipfile. .. _example_files: