From 4bbd4a536fb7162dff5bf10901dc6003a1f40e00 Mon Sep 17 00:00:00 2001 From: Hannan Naeem <63553569+HannanNaeem@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:52:44 -0600 Subject: [PATCH] Updated conda install command to include python 3.11 --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 4e36d797..17e6c9fb 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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,