0% found this document useful (0 votes)
69 views2 pages

Installation Instructions

The document provides installation instructions for MousePro, a program that allows mouse control using a finger. It details downloading and installing Python 2.7, NumPy, OpenCV, PyHook, and PyMouse. Each section explains verifying the installation by importing the module in the Python interpreter without errors.

Uploaded by

jykgbi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views2 pages

Installation Instructions

The document provides installation instructions for MousePro, a program that allows mouse control using a finger. It details downloading and installing Python 2.7, NumPy, OpenCV, PyHook, and PyMouse. Each section explains verifying the installation by importing the module in the Python interpreter without errors.

Uploaded by

jykgbi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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