Skip to content

Commit

Permalink
Update installation instruction to activate new environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharisundar authored Aug 22, 2024
1 parent 6e9ffdd commit 166a2b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 166a2b4

Please sign in to comment.