aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-09-28 16:28:14 -0700
committerMicah Lee <micah@micahflee.com>2023-09-28 16:28:14 -0700
commit35e288e60f6fe0489177167721721594156807a2 (patch)
tree2a3852551e6886e7a5c39852bbceeeb034d56d52
parent77fc683c4a10580830a2a2a7973cd7e132861c69 (diff)
downloadonionshare-35e288e60f6fe0489177167721721594156807a2.tar.gz
onionshare-35e288e60f6fe0489177167721721594156807a2.zip
Update instructions to use Python 3.11
-rw-r--r--desktop/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/README.md b/desktop/README.md
index 64a3a03e..b950fec4 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.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 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 [poetry](https://python-poetry.org/) installed: