Skip to content

Commit 8ea9397

Browse files
authored
Update wiki for Python 3.10 (#1148)
* Update Python version * Delete Python 3.9 instructions
1 parent 46068fa commit 8ea9397

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

wiki/How-to-Install.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Linux
2-
- **NOTE: Only Python 3.9 or later is supported!**
2+
- **NOTE: Only Python 3.10 or later is supported!**
33
- Download the repo into lichess-bot directory.
44
- Navigate to the directory in cmd/Terminal: `cd lichess-bot`.
55
- Install dependencies: `apt install python3 python3-pip python3-virtualenv python3-venv`.
@@ -16,7 +16,7 @@ python3 -m pip install -r requirements.txt
1616
**Next step**: [Create a Lichess OAuth token](https://github.com/lichess-bot-devs/lichess-bot/wiki/How-to-create-a-Lichess-OAuth-token)
1717

1818
### Mac/BSD
19-
- **NOTE: Only Python 3.9 or later is supported!**
19+
- **NOTE: Only Python 3.10 or later is supported!**
2020
- Install Python and other dependencies using the [homebrew package manager](https://brew.sh/):
2121
- ` brew install python3 virtualenv # Net-/FreeBSD users might want to install: git, python311, py311-pip and py311-virtualenv.`
2222
- Download the repo into lichess-bot directory.
@@ -32,12 +32,11 @@ python3 -m pip install -r requirements.txt
3232
**Next step**: [Create a Lichess OAuth token](https://github.com/lichess-bot-devs/lichess-bot/wiki/How-to-create-a-Lichess-OAuth-token)
3333

3434
### Windows
35-
- **NOTE: Only Python 3.9 or later is supported!**
35+
- **NOTE: Only Python 3.10 or later is supported!**
3636
- If needed, install Python:
3737
- [Download Python here](https://www.python.org/downloads/).
3838
- When installing, enable "add Python to PATH".
39-
- If the Python version is at least 3.10, a default local install works.
40-
- If the Python version is 3.9, choose "Custom installation", keep the defaults on the Optional Features page, and choose "Install for all users" in the Advanced Options page.
39+
- The default local install works.
4140
- Start Terminal, PowerShell, cmd, or your preferred command prompt.
4241
- Upgrade pip: `py -m pip install --upgrade pip`.
4342
- Download the repo into lichess-bot directory.

0 commit comments

Comments
 (0)