commit 23605fe6d02bace00abedf9969aa1010cd1d25c3
parent e4cc2304ba3147ab32014fc875819d9132729ed9
Author: Erik Letson <hmagellan@hmagellan.com>
Date: Sun, 3 Jan 2021 12:48:27 -0600
skipped install step
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README b/README
@@ -4,8 +4,10 @@ NOTE: These instructions are a WIP
Step 1:
'python3 -m venv env'
Step 2:
- 'pip3 install -r requirements.txt'
+ 'source env/bin/activate'
Step 3:
+ 'pip3 install -r requirements.txt'
+Step 4:
Install wxPython for your particular Linux distro. Refer to the Linux wheels section here:
https://wxpython.org/pages/downloads/
NOTE: These instructions will be improved in the future.