From 820b25a0086eaf15c2c6620d19e0fe3e1d4dfd9a Mon Sep 17 00:00:00 2001 From: Filip Molcik Date: Mon, 6 Jun 2022 12:31:37 +0200 Subject: [PATCH] Update README.md On mac it is not possible to run with python 2.7 as this version of python is deprecated (peer dependency PyOpenSSL does not work with Python 2.7) but was able to run it with version Python 3.8. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce19f21..81d2fd5 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ You can now use the JSON file to authorize programs to access the Gmail API 1. Download the script - [import-mailbox-to-gmail.py](https://github.com/google/import-mailbox-to-gmail/releases/download/v1.5/import-mailbox-to-gmail.py). -2. [Download](https://www.python.org/downloads/) and install Python 2.7 (not - Python 3.x) for your operating system if needed. +2. [Download](https://www.python.org/downloads/) and install Python + Python for your operating system if needed. 3. Open a **Command Prompt** (CMD) window (on Windows) / **Terminal** window (on Linux).