Skip to content

Commit

Permalink
Update getting_started.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
lxy2304 authored Aug 8, 2024
1 parent b7350c7 commit 6d23e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you don't have conda installed on your device:

To install via pip:

#. Create the a conda environment via :code:`conda create -n polyglotdb -c conda-forge openjdk pip`
#. Create the a conda environment via :code:`conda create -n polyglotdb -c conda-forge openjdk=21 pip`
#. Activate conda environment :code:`conda activate polyglotdb`
#. Install PolyglotDB via :code:`pip install polyglotdb`, which will install the ``pgdb`` utility that can be run inside your conda environment
and manages a local database.
Expand Down

0 comments on commit 6d23e9c

Please sign in to comment.