-
Notifications
You must be signed in to change notification settings - Fork 45
Installation
To check if Python is already installed, open a command prompt and type python -V
.
The easiest way to install Python in Windows is to use the ActivePython installer. You can download the Windows Installer (MSI) in ActiveState.com website, choose the right installer according to your Windows version (32 bits or 64 bits). Be careful to choose the Python version 2.7.5.
Start the Windows Installer and follow the instructions.
You can avoid this part is you want to use GitHub program instead of Git. For GitHub usage, refer to GitHub Help.
To check if Git is already installed, open a command prompt and type "git --version".
Install Git using the Official Windows Installer, follow the instructions, no changes are needed.
Open the explorer and go to the folder where you want to install XDM. Then Shift + Right click in the folder, and choose "Open Command Window Here".
Type git clone https://github.com/lad1337/XDM.git
.
Open the explorer and go in the XDM folder (same folder of "XDM.py") then Shift + Right click in the folder, then choose "Open Command Window Here".
Type python XDM.py
.