Skip to content

Commit

Permalink
Remove pipenv recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Apr 13, 2022
1 parent 4d05b48 commit 5e5b2d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ Developing
Developer Environment
---------------------

To develop, we suggest using `virtual environments <https://packaging.python.org/tutorials/installing-packages/#creating-virtual-environments>`__ together with ``pip`` or using `pipenv <https://pipenv.readthedocs.io/en/latest/>`__. Once the environment is activated, clone the repo from GitHub
To develop, we suggest using `virtual environments
<https://packaging.python.org/tutorials/installing-packages/#creating-virtual-environments>`__
together with ``pip``.
Once the virtual environment is activated, clone the repo from GitHub

.. code-block:: console
Expand Down

0 comments on commit 5e5b2d7

Please sign in to comment.