From e9816d76e0a9d79b6607852fad5ffc87336fdda0 Mon Sep 17 00:00:00 2001 From: Alexandra Valeanu Date: Fri, 24 Nov 2023 16:21:50 +0600 Subject: [PATCH] fix typos --- README.md | 2 +- docs/chapters/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 .. ---------------------