Skip to content

Commit

Permalink
Updated conda install command to include python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
HannanNaeem authored Jan 19, 2024
1 parent d35d98e commit 4bbd4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ create a conda environment:
git clone https://github.com/kokkos/pykokkos-base.git
cd pykokkos-base/
conda create --name pyk --file requirements.txt
conda create --name pyk --file requirements.txt python=3.11
conda activate pyk
Once the necessary packages have been downloaded and installed,
Expand Down

0 comments on commit 4bbd4a5

Please sign in to comment.