aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-02-05 12:31:07 -0800
committerMicah Lee <micah@micahflee.com>2023-02-05 12:31:07 -0800
commitc536dd3c48b5d3921eb3f2bb0b27153ce6f81917 (patch)
treec6587fe9ca54b2addaff6f79fd1ff41a6418ce07 /desktop
parent5e745c50c21a21b6395e58756618a2e0e7e3500a (diff)
downloadonionshare-c536dd3c48b5d3921eb3f2bb0b27153ce6f81917.tar.gz
onionshare-c536dd3c48b5d3921eb3f2bb0b27153ce6f81917.zip
Switch to Python 3.11, and make build_mac in CI use the universal2 installer
Diffstat (limited to 'desktop')
-rw-r--r--desktop/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/README.md b/desktop/README.md
index 26dd0cf7..99c612f9 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 version 3.9.13 [from python.org](https://www.python.org/downloads/release/python-3913/). 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: