Skip to content

Commit

Permalink
Update the installation docs to use pip
Browse files Browse the repository at this point in the history
I don't use pipenv and think it is less clear/popular than pip.
  • Loading branch information
pgjones committed Nov 27, 2023
1 parent a230eb7 commit 33ed006
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions docs/tutorials/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,8 @@ Installation
============

Hypercorn is only compatible with Python 3.8 or higher and can be
installed using pipenv or your favorite python package manager.
installed using pip or your favorite python package manager.

.. code-block:: sh
pipenv install hypercorn
It is sufficient to run this single command in your working directory. Besides
installing dependency, it will also create a Pipfile if one doesn't exist yet
along with a linked virtualenv. Now you'll be able to activate your virtualenv
using:

.. code-block:: sh
pipenv shell
To learn more about it visit `pipenv docs
<https://docs.pipenv.org/install/#installing-packages-for-your-project>`_
pip install hypercorn

0 comments on commit 33ed006

Please sign in to comment.