diff --git a/README.md b/README.md index 00aebf7..3f26acc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Here are few ways to install **kinex** ### From source -1. Create and activate a pytion 3.11 conda venv: +1. Create and activate a python 3.11 conda venv: ``` conda create --name kinex diff --git a/docs/chapters/installation.rst b/docs/chapters/installation.rst index e61b124..c00e555 100644 --- a/docs/chapters/installation.rst +++ b/docs/chapters/installation.rst @@ -5,7 +5,7 @@ Requirements ------------ * `conda `__ -* python >=3.8 +* python 3.11 .. Installation from Pip .. ---------------------