Skip to content

Commit 811dbff

Browse files
Update dependencies
1 parent 45359c5 commit 811dbff

3 files changed

Lines changed: 158 additions & 136 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Download the archive for your MO2 version and extract it directly into your MO2
1717

1818
- Mod Organizer **2.3.2**: [Download](https://github.com/ModOrganizer2/modorganizer-basic_games/releases/download/v0.0.3/basic_games-0.0.3.zip)
1919
and extract in your `plugins/` folder (see below).
20-
- Mod Organizer **2.4**: Basic games is included in Mod Organizer 2.4.
20+
- Mod Organizer **2.4 and later**: Basic games is included in Mod Organizer 2.4 and later.
2121
- If you want to use new game plugins that have not been included in the
2222
release, [download the latest archive](https://github.com/ModOrganizer2/modorganizer-basic_games/archive/master.zip) and extract the files
2323
in the existing `basic_games` folder, overwriting existing files.
@@ -217,15 +217,15 @@ Game IDs can be found here:
217217

218218
We recommend using a dedicated Python environment to write a new basic game plugins.
219219

220-
1. Install the required version of Python --- Currently Python 3.11 (MO2 2.5).
220+
1. Install the required version of Python --- Currently Python 3.13 (MO2 2.5).
221221
2. Remove the repository at `${MO2_INSTALL}/plugins/basic_games`.
222222
3. Clone this repository at the location of the old plugin (
223223
`${MO2_INSTALL}/plugins/basic_games`).
224224
4. Place yourself inside the cloned folder and:
225225

226226
```bash
227227
# create a virtual environment (recommended)
228-
py -3.11 -m venv .\venv
228+
py -3.13 -m venv .\venv
229229
.\venv\scripts\Activate.ps1
230230

231231
# "install" poetry and the development package

0 commit comments

Comments
 (0)