From b349fbebf105341e8a0a82fa587bc2350421df16 Mon Sep 17 00:00:00 2001 From: Teemu Ruokolainen Date: Thu, 7 Dec 2023 16:28:26 +0200 Subject: [PATCH] DOC: fix wrong Python version, warnings when building docs --- docs/source/development.md | 2 +- docs/source/index.rst | 1 - docs/source/installation.md | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/development.md b/docs/source/development.md index f24263e2..3b8db130 100644 --- a/docs/source/development.md +++ b/docs/source/development.md @@ -3,7 +3,7 @@ ## Clone repository To get started with development, clone the VAI-lab repository and change directory -```bash, +```bash git clone https://github.com/AaltoPML/VAI-lab.git && cd VAI-lab ``` diff --git a/docs/source/index.rst b/docs/source/index.rst index b5cfc753..9ee150a4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -19,7 +19,6 @@ Contents Installation User Guide Development - Documentation Contributing diff --git a/docs/source/installation.md b/docs/source/installation.md index 34c5e986..0fc2a64d 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -2,7 +2,7 @@ ## Requirements -- Python 3.10+ +- Python 3.11+ ## Install from PyPi @@ -18,7 +18,7 @@ conda env create --name vai-lab python=3.10 pip && conda activate vai-lab && pyt ## Install from source Clone this repository and change directory -```bash, +```bash git clone https://github.com/AaltoPML/VAI-lab.git && cd VAI-lab ``` Install into a [virtual environment](https://docs.python.org/3/library/venv.html)