File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ tutorial) and run:
8080 cd myproject
8181 pipenv install requests
8282
83- Pipenv will install the excellent `Requests `_ library and create a ``Pipfile ``
83+ Pipenv will install the `Requests `_ library and create a ``Pipfile ``
8484for you in your project's directory. The :ref: `Pipfile ` is used to track which
8585dependencies your project needs in case you need to re-install them, such as
8686when you share your project with others. You should get output similar to this
@@ -111,7 +111,6 @@ when you share your project with others. You should get output similar to this
111111 Successfully installed certifi-2017.7.27.1 chardet-3.0.4 idna-2.6 requests-2.18.4 urllib3-1.22
112112
113113 Adding requests to Pipfile's [packages]...
114- P.S. You have excellent taste! ✨ 🍰 ✨
115114
116115 .. _Requests : https://python-requests.org
117116.. _pipenv-tox : https://docs.pipenv.org/advanced/#tox-automation-project
You can’t perform that action at this time.
0 commit comments