From 166a2b4801545317b4a62e2964c76a3009d0f4c4 Mon Sep 17 00:00:00 2001 From: Srihari Sundar Date: Thu, 22 Aug 2024 09:09:07 -0600 Subject: [PATCH] Update installation instruction to activate new environment --- docs/source/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index d0945fef..0f229043 100755 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -34,11 +34,12 @@ Installation Recommendation: Install pydss in an Anaconda virtual environment. Specific dependent packages like shapely will only install successfully on Windows with conda. -Here is an example conda command: +Here are conda commands to create and activate the environment: .. code-block:: bash $ conda create -n pydss python=3.9 + $ conda activate pydss Install the latest supported pydss version with this command: