Skip to content

Commit

Permalink
DOC: fix wrong Python version, warnings when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruokolt committed Dec 7, 2023
1 parent c0647cd commit b349fbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Contents
Installation <installation>
User Guide <user_guide>
Development <development>
Documentation <documentation>
Contributing <contributing>


4 changes: 2 additions & 2 deletions docs/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Requirements

- Python 3.10+
- Python 3.11+

## Install from PyPi

Expand All @@ -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)
Expand Down

0 comments on commit b349fbe

Please sign in to comment.