From 5bf86d91ec9911e6155335ff1f97dc48c2c16a21 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 4 Oct 2016 21:59:40 -0700 Subject: [PATCH] [docs] suggest to upgrade pip and setuptools --- docs/installation.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 83e5856a96360..e21383f406b70 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -66,6 +66,13 @@ On windows the syntax for activating it is a bit different: :: Once you activated your virtualenv everything you are doing is confined inside the virtualenv. To exit a virtualenv just type ``deactivate``. +Python's setup tools and pip +---------------------------- +Put all the chances on your side by getting the very latest ``pip`` +and ``setuptools`` libraries.:: + + pip install --upgrade setuptools pip + Caravel installation and initialization --------------------------------------- Follow these few simple steps to install Caravel.::