You are on page 1of 2

MousePro

Moving a mouse using your finger


INSTALLATION INSTRUCTIONS

1. Python 2.7
Go to [MousePro >> Softwares]
Double click [python-2.7.6.msi] file to commence installation
To configure environment variables:
- Go to My Computer
- Right click and open Properties
- Click on ‘Advance System Settings’ to open the ‘System Properties’ dialog box
- Under ‘System Properties’, select the ‘Advanced Tab’
- Click on ‘Environment Variables’
- Under ‘System Variables’, search for variable ‘Path’
- Add ‘C:/Python27;C:/Python27/Scripts;’ at the start of the textbox
- Click on ‘Ok’

To verify the installation

- Open Command Prompt and type ‘python’ (without quotes) and press enter
- The python interpreter should start

2. Numpy
Go to [MousePro >> Softwares]
Double click [numpy-1.7.1-win32-superpack-python2.7.exe] file to commence installation

To verify the installation:


- Open Command Prompt, type ‘python’ and press enter
- At the python prompt, type ‘import numpy’ and press enter
- The interpreter should execute the line without error and move to the next line

3. OpenCV
Go to [MousePro >> Softwares]
Double click [opencv-2.4.9.exe] file to commence installation
Navigate to folder [Installation Directory]/opencv/build/python/2.7
Copy the file cv2.pyd to C:/Python27/lib/site-packages

To verify the installation:


- Open Command Prompt, type ‘python’ and press enter
- Type ‘import cv2’ and press enter
- The interpreter should execute the line without error and move to the next line
4. PyHook
Go to [MousePro >> Libraries]
For 64-bit system: Double Click on [pyHook-1.5.1.win-amd64-py2.7.exe] file to commence
installation
For 32-bit system: Double Click on [pyHook-1.5.1.win32-py2.7.exe] file to commence installation

To verify the installation


- Open Command Prompt, type ‘python’ and press enter
- Type ‘import pyHook’ and press enter
- The interpreter should execute the line without error and move to the next line

5. PyMouse 1.0
Open Command Prompt
Change the directory to the one where [PyMouse-1.0] folder is located
Type ‘cd PyMouse-1.0’ and press enter
Type ‘python setup.py build’ and press enter
Type ‘python setup.py install’ and press enter

To verify the installation


- Open Command Prompt, type ‘python’ and press enter
- Type ‘import pymouse’ and press enter
- The interpreter should execute the line without error and move to the next line

You might also like