-
Download Github from
-
Open GITHUB and sign in
-
Navigate to https://github.com/majdal/modex and click "Clone in Desktop"
-
Download and install “Visual C++ 2008 Express Edition with SP1” from: here and here
-
Download and install Python 2.x.y from here. Choose “Windows Installer” (32bit version) not “Windows X86-64 Installer”.
-
Download and install pywin32 from here
-
Click on
pywin32
folder -
Click on the first folder (in this case, Build 217, maybe newer when you try)
-
Choose the file ending with
.win32-py2.x.exe
-> x being the minor version of Python you installed (in this case, 7) When writing this guide, the file was this. -
Open
Github Shell
from the start menu -
Type
[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27\;C:\Python27\Scripts\", "User")
-
This didn't work for me (maybe because of administrator issues) so I had to go to
Control Panel
> search forEdit the system environment variables
. Once System Properties is open, click onEnvironment Variables
>New
under System Variables and add Variable Name:Path
, Variable Value:$env:Path;C:\Python27\;C:\Python27\Scripts\
-
Open
GITHUB Shell
-
Navigate to where you downloaded the files from Step 10 and run them: First,
python ez_setup.py
, then.python get-pip.py
-
Close and open
GITHUB Shell
-
Navigate to the
modex
folder (Most likely in yourDocuments
folder underGITHUB
) -
Type
pip install twisted
and press Enter -
Type
pip install -r requirements.txt
and pressEnter
-
Type
python run.py
and press Enter -
Hopefully, this will open a new browser window pointing to
http://127.0.0.1:8080
.
If you have any questions or get stuck, feel free to ask Hala([email protected]
).
May The Odds Be Ever In Your Favor!