Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Installing packages
-------------------

Now that you're in your virtual environment you can install packages. Let's install the
excellent `Requests`_ library from the :term:`Python Package Index (PyPI)`:
`Requests`_ library from the :term:`Python Package Index (PyPI)`:

.. code-block:: bash

Expand All @@ -207,7 +207,7 @@ pip should download requests and all of its dependencies and install them:
Installing collected packages: chardet, urllib3, certifi, idna, requests
Successfully installed certifi-2017.7.27.1 chardet-3.0.4 idna-2.6 requests-2.18.4 urllib3-1.22

.. _Requests: http://docs.python-requests.org/
.. _Requests: https://pypi.org/project/requests/


Installing specific versions
Expand Down
3 changes: 1 addition & 2 deletions source/tutorials/managing-dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ when you share your project with others. You should get output similar to this

Adding requests to Pipfile's [packages]...

.. _Requests: https://python-requests.org
.. _pipenv-tox: https://docs.pipenv.org/advanced/#tox-automation-project
.. _Requests: https://pypi.org/project/requests/


Using installed packages
Expand Down