From a6cc652f3850f06bf7e84e8f76eac80461a9de67 Mon Sep 17 00:00:00 2001 From: thedunston <43048165+thedunston@users.noreply.github.com> Date: Thu, 27 Feb 2025 22:16:06 -0500 Subject: [PATCH] Created Running Directly on Windows (markdown) --- Running-Directly-on-Windows.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Running-Directly-on-Windows.md 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