diff --git a/README.md b/README.md index 0b9381e..00aebf7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Alexandra Valeanu and Jitao David Zhang with the input and help of many colleagu ## Requirements - [conda](https://docs.conda.io/en/latest/miniconda.html) -- python >= 3.8 +- python 3.11 ## Installation @@ -28,12 +28,12 @@ Here are few ways to install **kinex** ### From source -1. Create and activate a pytion 3.8+ conda venv: +1. Create and activate a pytion 3.11 conda venv: ``` conda create --name kinex conda activate kinex -conda install python +conda install python=3.11 ``` 2. Download the package: diff --git a/docs/chapters/installation.rst b/docs/chapters/installation.rst index 04f5c59..e61b124 100644 --- a/docs/chapters/installation.rst +++ b/docs/chapters/installation.rst @@ -26,13 +26,13 @@ Requirements Installation from Source ------------------------ -1. Create and activate a python 3.8+ conda venv: +1. Create and activate a python 3.11 conda venv: .. code:: bash conda create --name kinex conda activate kinex - conda install python + conda install python=3.11 2. Download the package: