Make some dependency changes, support Python 3.10 and 3.11 (#5611)

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Jakub Kuczys
2022-12-30 03:21:57 +01:00
committed by GitHub
parent d3308af0e2
commit 519acedf46
59 changed files with 324 additions and 373 deletions

View File

@@ -33,7 +33,7 @@ Then run each of the following commands:
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y
choco upgrade visualstudio2022-workload-vctools -y
choco upgrade python3 -y --version 3.9.9
choco upgrade python311 -y
For Audio support, you should also run the following command before exiting:
@@ -57,7 +57,7 @@ Manually installing dependencies
* `MSVC Build tools <https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2019>`_
* `Python 3.8.1 - 3.9.x <https://www.python.org/downloads/windows/>`_
* `Python 3.8.1 - 3.11.x <https://www.python.org/downloads/windows/>`_
.. attention:: Please make sure that the box to add Python to PATH is CHECKED, otherwise
you may run into issues when trying to run Red.
@@ -104,7 +104,7 @@ Then create your virtual environment with the following command
.. prompt:: batch
py -3.9 -m venv "%userprofile%\redenv"
py -3.11 -m venv "%userprofile%\redenv"
And activate it with the following command