Update requirements install in docs

Change pip3 install to pipenv install to match new dependency management

Change-Id: Idbfb47744ece56b5a4549687f39c8e3c36be60a5
This commit is contained in:
Ryan Schroder 2019-11-15 20:13:13 +00:00
parent e65715d1a1
commit 261b064b65
1 changed files with 1 additions and 1 deletions

View File

@ -130,4 +130,4 @@ Before using Spyglass you must:
.. code-block:: console
pip3 install -r spyglass/requirements.txt
pip3 install pipenv && pipenv install