From ddd4b3e7e785975d442b6027c3951b1465362af1 Mon Sep 17 00:00:00 2001 From: jerojasro Date: Fri, 3 Apr 2020 15:59:20 -0500 Subject: [PATCH 1/3] minor redaction fix --- docs/basics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/basics.rst b/docs/basics.rst index fa02fb16..7b57a0b6 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -11,8 +11,8 @@ 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 +the requirements.txt 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 type ``pipenv install``. Pipenv is a reference implementation for using Pipfile. From 91cd4235fb6343b384813f613d53a284f773ce1b Mon Sep 17 00:00:00 2001 From: jerojasro Date: Sat, 4 Apr 2020 17:25:25 -0500 Subject: [PATCH 2/3] Update basics.rst --- docs/basics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/basics.rst b/docs/basics.rst index 7b57a0b6..af8a27ed 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -10,10 +10,10 @@ This document covers some of Pipenv's more basic features. ☤ Example Pipfile & Pipfile.lock -------------------------------- -Pipfiles contain information for the dependencies of the project, and supercede +Pipfiles contain information for the dependencies of the project, and supersedes the requirements.txt 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 type ``pipenv install``. Pipenv is a reference +installing Pipenv in the machine and typing ``pipenv install``. Pipenv is a reference implementation for using Pipfile. .. _example_files: From 174a667834fb0f888d34f154130da9fe40644f9c Mon Sep 17 00:00:00 2001 From: jerojasro Date: Sat, 4 Apr 2020 17:26:34 -0500 Subject: [PATCH 3/3] Update basics.rst --- docs/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics.rst b/docs/basics.rst index af8a27ed..694fb0fa 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -11,7 +11,7 @@ This document covers some of Pipenv's more basic features. -------------------------------- Pipfiles contain information for the dependencies of the project, and supersedes -the requirements.txt used in most Python projects. You should add a Pipfile in the +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.