Merge pull request #4103 from offby1/master

Improve wording in "basics.rst"
This commit is contained in:
Oz N Tiram
2022-02-10 11:17:48 +01:00
committed by GitHub
+1
View File
@@ -14,6 +14,7 @@ Pipfiles contain information for the dependencies of the project, and supersedes
the requirements.txt file used in most Python projects. You should add a Pipfile in the
Git repository letting users who clone the repository know the only thing required would be
installing Pipenv in the machine and typing ``pipenv install``. Pipenv is a reference
implementation for using Pipfile.
.. _example_files: