April 2018
Beginner to intermediate
440 pages
11h 36m
English
The pymapd module is also available using pip, the Python installer package. It pulls from PyPi.org, the Python foundation's repository:
pip install pymapd
Once the install command is run, the pymapd wheel is downloaded and installed along with the required supporting modules:

Test that the module was installed by opening a Python terminal (or IDLE) and typing import pymapd. If no errors occur, pymapd has successfully been installed.