From 103ee53dac658ef8d09568a16103ebd9ebebddb3 Mon Sep 17 00:00:00 2001 From: oldnapalm <38410858+oldnapalm@users.noreply.github.com> Date: Sat, 26 Nov 2022 14:15:26 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfbdff5..ff1ddf1 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,15 @@ To install zoffline on Linux, Windows, or macOS: * Install dependencies: flask, flask_sqlalchemy, flask-login, pyjwt, gevent, python-protobuf, pycryptodome, stravalib (optional) * e.g., on Linux/Mac: ``pip3 install flask flask_sqlalchemy flask-login pyjwt gevent protobuf pycryptodome stravalib`` * e.g., on Windows in command prompt: ``pip install flask flask_sqlalchemy flask-login pyjwt gevent protobuf pycryptodome stravalib`` - * You may need to use ``C:\Users\\AppData\Local\Programs\Python\Python39\Scripts\pip.exe`` instead of just ``pip`` + * You may need to use ``C:\Users\\AppData\Local\Programs\Python\Python\Scripts\pip.exe`` instead of just ``pip`` * Clone or download this repo * If you are not running zoffline on the same PC that Zwift is running: create a ``server-ip.txt`` file in the ``storage`` directory containing the IP address of the PC running zoffline. * Run standalone.py before starting Zwift * e.g., on Linux/Mac: ``sudo ./standalone.py`` * sudo is needed because we're binding to the privileged ports 80 and 443. - * If using Python 3, but Python 3 is not your system default run ``sudo python3 standalone.py`` + * If Python 3 is not your system default run ``sudo python3 standalone.py`` * e.g., on Windows in command prompt: ``python standalone.py`` - * You may need to use ``C:\Users\\AppData\Local\Programs\Python\Python39\python.exe`` instead of just ``python`` + * You may need to use ``C:\Users\\AppData\Local\Programs\Python\Python\python.exe`` instead of just ``python`` * Start Zwift with standalone.py running (__after completing step 2__) * Note: When upgrading zoffline, be sure to retain the ``storage`` directory. It contains your Zwift progress state.