Skip to content

Latest commit

 

History

History
76 lines (64 loc) · 2.56 KB

Instructions.md

File metadata and controls

76 lines (64 loc) · 2.56 KB

Install Guide

Simple Video Guide

Installing Dependencies

Download The Latest MemProcFS Release. Install The win_x64 File.

Drag And Drop The Contents Into The Build Directory.

Download the FTD3xx Dlls 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
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.