From 5425e0f52cc415c005fa8baa59960d1fa3669e85 Mon Sep 17 00:00:00 2001 From: John Carter Date: Sat, 7 Oct 2017 09:44:24 +1300 Subject: [PATCH] Spelling typo fix --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 3bec89dd..22fff395 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -226,7 +226,7 @@ This will install both ``pipenv`` and ``pew`` (one of our dependencies) in an is ☤ Pragmatic Installation of Pipenv ================================== -If you have a working installation of pip, and maintain certain "toolchain" type Python modules as global utilities in your user enviornment, pip `user installs `_ allow for installation into your home directory. Note that due to interaction between dependencies, you should limit tools installed in this way to basic building blocks for a Python workflow like virtualenv, pipenv, tox, and similar software. +If you have a working installation of pip, and maintain certain "toolchain" type Python modules as global utilities in your user environment, pip `user installs `_ allow for installation into your home directory. Note that due to interaction between dependencies, you should limit tools installed in this way to basic building blocks for a Python workflow like virtualenv, pipenv, tox, and similar software. To install::