![FPC 100015050 Getting Started Manual Download Page 13](http://html1.mh-extra.com/html/fpc/100015050/100015050_getting-started-manual_2325932013.webp)
Public
Doc number:
Doc revision:
Doc state:
Date:
100021008
7.2
Approved
03/Apr/2020
Doc class:
Approver:
Page:
Instruction
13(21)
All information contained within this document is proprietary to Fingerprint Cards AB.
4
Setup on Windows 7/10
4.1 Install Python3
You can find the latest release of Python3 on Python’s website:
https://www.python.org/downloads/
Recommended version is 3.4 or later.
Click download on the release version you want and then, under “Files”, choose the
appropriate installer for your system (e.g “Windows x86-64 executable installer” for a
64 bit Windows system.)
Run the installer executable and make sure to tick the boxes for “Install launcher for all
users” and “Add Python to PATH”. Then press “Install now”
This will install Python3 and all the standard libraries as well Python’s package manager, pip,
which you will use to install all the required libraries that are not included by default.
To make sure that the installation was successful, open a command prompt and type
“py” to start Python. If everything works as it should, it will look something like this: