From 261b064b6575663722166b8b855faef2ab243cf4 Mon Sep 17 00:00:00 2001 From: Ryan Schroder Date: Fri, 15 Nov 2019 20:13:13 +0000 Subject: [PATCH] Update requirements install in docs Change pip3 install to pipenv install to match new dependency management Change-Id: Idbfb47744ece56b5a4549687f39c8e3c36be60a5 --- doc/source/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 07e546a..ad8ec32 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -130,4 +130,4 @@ Before using Spyglass you must: .. code-block:: console - pip3 install -r spyglass/requirements.txt + pip3 install pipenv && pipenv install