Improve wording in "basics.rst"

This commit is contained in:
Eric Hanchrow
2020-01-17 20:00:02 -08:00
parent d10b2a216a
commit 940a693b46
+3 -3
View File
@@ -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: