Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OctoPrint/OctoPrint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBryan Kenote <bryankenote@Bryans-MBP.gitgud>2021-10-03 02:27:14 +0300
committerGina Häußge <gina@octoprint.org>2021-10-08 16:03:27 +0300
commitc1a7f999dbb9f3c3a839d763a92414d5f4dfa9d9 (patch)
tree77575011a030adc78c76db13fce33280dba9f32a /docs
parent5f7679b11baafc0bb58861c462b9e4568041080b (diff)
add pip install step to osx documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/development/environment.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/environment.rst b/docs/development/environment.rst
index 47379244c..7893c4bf0 100644
--- a/docs/development/environment.rst
+++ b/docs/development/environment.rst
@@ -271,6 +271,9 @@ You'll need a user account with administrator privileges.
* ``ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"``
* ``brew install python``
+ * Install `pip <https://pip.pypa.io/en/stable/installation/#supported-methods>`_
+ * ``python -m ensurepip --upgrade``
+
* Install `virtualenv <https://virtualenv.pypa.io/>`_
* ``pip install virtualenv``