aboutsummaryrefslogtreecommitdiff
path: root/desktop/README.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-02-05 13:39:28 -0800
committerMicah Lee <micah@micahflee.com>2023-02-05 13:39:28 -0800
commitf410b1927750b913155583d6ff788184ed9a9b90 (patch)
treef8f0f03d6f1964a0ded7383ffdfdd0029920f670 /desktop/README.md
parent37a006cb12336b5aed3ac39d64bcd4a41e4c312f (diff)
downloadonionshare-f410b1927750b913155583d6ff788184ed9a9b90.tar.gz
onionshare-f410b1927750b913155583d6ff788184ed9a9b90.zip
Switch to Python 3.10.9, because PySide6 does not support 3.11 yet
Diffstat (limited to 'desktop/README.md')
-rw-r--r--desktop/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/README.md b/desktop/README.md
index 99c612f9..2b478d96 100644
--- a/desktop/README.md
+++ b/desktop/README.md
@@ -9,7 +9,7 @@ git clone https://github.com/onionshare/onionshare.git
cd onionshare/desktop
```
-Make sure you have Python 3 installed. If you're using Windows or macOS, install the latest version of 3.11 [from python.org](https://www.python.org/downloads/). For Windows, make sure to check the box to add python to the path on the first page of the installer.
+Make sure you have Python 3 installed. If you're using Windows or macOS, install the latest version of 3.10 [from python.org](https://www.python.org/downloads/). For Windows, make sure to check the box to add python to the path on the first page of the installer.
Make sure you have [poetry](https://python-poetry.org/) installed: