Skip to content

Commit 65a2106

Browse files
committed
update install docs
Signed-off-by: Kenneth Reitz <[email protected]>
1 parent ab5da25 commit 65a2106

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

docs/install.rst

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -198,41 +198,6 @@ Congratulations, you now know how to install and use Python packages! ✨ 🍰
198198

199199
.. _proper_installation:
200200

201-
☤ Fancy Installation of Pipenv
202-
==============================
203-
204-
To install pipenv in a fancy way, we recommend using `pipsi <https://github.com/mitsuhiko/pipsi>`_.
205-
206-
Pipsi is a powerful tool which allows you to install Python scripts into isolated virtual environments.
207-
208-
To install pipsi, first run this::
209-
210-
$ curl https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python
211-
212-
Follow the instructions, you'll have to update your ``PATH``.
213-
214-
Then, simply run::
215-
216-
$ pipsi install pew
217-
$ pipsi install pipenv
218-
219-
To upgrade pipenv at any time::
220-
221-
$ pipsi upgrade pipenv
222-
223-
224-
This will install both ``pipenv`` and ``pew`` (one of our dependencies) in an isolated virtualenv, so it doesn't interfere with the rest of your Python installation!
225-
226-
.. _more_proper_installation:
227-
228-
☤ Referentially Transparent Installation of Pipenv
229-
==================================================
230-
231-
Nix provides atomic upgrades and rollbacks, it's reliable and reproducible thanks to keeping all dependencies isolated all the way down to libc.
232-
233-
`Once installed <https://nixos.org/nix/>`_ simply run::
234-
235-
$ nix-env --install --attr pipenv
236201

237202
☤ Homebrew Installation of Pipenv
238203
=================================

0 commit comments

Comments
 (0)