diff --git a/Instructions.md b/Instructions.md new file mode 100644 index 0000000..2a66cfc --- /dev/null +++ b/Instructions.md @@ -0,0 +1,76 @@ +# Install Guide +[Simple Video Guide](https://youtu.be/1Ug1PUPSozg)
+ +## Installing Dependencies + +Download The Latest [MemProcFS Release](https://github.com/ufrisk/MemProcFS/releases). Install The win_x64 File.
+

+ +

+Drag And Drop The Contents Into The Build Directory.
+ + +[Download the FTD3xx Dlls](https://ftdichip.com/wp-content/uploads/2024/01/FTD3XXLibrary_v1.3.0.9.zip) +In the .rar file navigate to FTD3XXLibrary->x64->DLL + +

+ +

+Drop them into the build directory.
+ + +Before: +

+ +

+After: +

+ +

+ +## Environment Variables + +Now Python Must Be Set Up.
+[Install Python 3.8](https://www.python.org/ftp/python/3.8.0/python-3.8.0-amd64.exe)
+Find your install directory, This should be: +``` +AppData\Local\Programs\Python\Python38 +``` +Open Environment Variables: +

+ +

+

+ +

+

+ +

+

+ +

+In The Variable Value Add The Python Path And Python Script Path. Like This(the \dev\ should be your windows username): + +``` +C:\Users\dev\AppData\Local\Programs\Python\Python38 +C:\Users\dev\AppData\Local\Programs\Python\Python38\Scripts +``` +Then Add A Semi Colon Inbetween Them As Such: + +``` +C:\Users\dev\AppData\Local\Programs\Python\Python38;C:\Users\dev\AppData\Local\Programs\Python\Python38\Scripts +``` + +

+ +

+Apply These Changes And You Will Be Ready To Go.