diff --git a/Running-Directly-on-Windows.md b/Running-Directly-on-Windows.md new file mode 100644 index 0000000..06b181d --- /dev/null +++ b/Running-Directly-on-Windows.md @@ -0,0 +1,8 @@ +Hey Folks, + +I was able to get this working using the [portable](https://www.python.org/downloads/windows/) version of Python and following the instructions here: + +[Python Embedded on Windows 10](https://gist.github.com/jtmoon79/ce63fe655b2f544462e70d8e5ec30ff5) +except I used Python 3.12.1. I created the virtual environment, installed sshuttle and pydivert and got the Windows firewall popup, connected and am routing traffic. + +I had to run it from an elevated terminal, but I've had no issues for the last several days. I am running on Windows 10. \ No newline at end of file