From be5e0c9ae6bc68622506e3efc87de00ef0f1dee9 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Tue, 25 Mar 2025 18:35:20 +0100 Subject: [PATCH] update instructions.md for python 3.12 --- instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instructions.md b/instructions.md index 6bc4345..69be12b 100644 --- a/instructions.md +++ b/instructions.md @@ -8,12 +8,12 @@ Just run `make_installer.py` with the following command. The distribution can be to run this on all target platforms. ``` -venv311/bin/python make_installer.py +venv312/bin/python make_installer.py ``` ## Update Python 1. install the latest python version. We need the dev version, because PyInstaller requires it. - `sudo apt install python-3.11-dev python-3.11-venv` -2. create new virtual environment with `python3.11 -m venv /path/to/venv` + `sudo apt install python-3.12-dev python-3.12-venv` +2. create new virtual environment with `python3.12 -m venv /path/to/venv` 3. select the venv in PyCharm \ No newline at end of file