From 6f5e700bcd9e03fb64bfd31cb39175fc9420a582 Mon Sep 17 00:00:00 2001 From: Shaun VanWeelden Date: Wed, 8 Sep 2021 17:49:25 +0200 Subject: [PATCH] Small Clarification on Installation Instructions --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 3547f7b..31ee9d7 100644 --- a/README.rst +++ b/README.rst @@ -21,10 +21,14 @@ If you are migrating from earlier versions to v2, please refer to `Migration Gu Installation ____________ +Install with PyPI (pip) + .. code-block:: bash $ pip install --upgrade scaleapi +or install with Anaconda (conda) + .. code-block:: bash $ conda install -c conda-forge scaleapi