aboutsummaryrefslogtreecommitdiff
path: root/desktop/README.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-06-19 18:11:50 -0400
committerMicah Lee <micah@micahflee.com>2022-06-19 18:11:50 -0400
commite8b388995b610ca7be4e3c185a8d3e956d1d6fa3 (patch)
tree93891492724f896cef8e456c200b34360de94cb8 /desktop/README.md
parent609cf488ebfb35c8769a11454ec4c0a38eefa3e4 (diff)
downloadonionshare-e8b388995b610ca7be4e3c185a8d3e956d1d6fa3.tar.gz
onionshare-e8b388995b610ca7be4e3c185a8d3e956d1d6fa3.zip
Switch to python 3.9.13 and switch how python is installed in Windows
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 5a070ee6..26dd0cf7 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.12 [from python.org](https://www.python.org/downloads/release/python-3912/). 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 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 [poetry](https://python-poetry.org/) installed: