The pip install command

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.

Another option is to download pymapd from GitHub: https://github.com/mapd/pymapd.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset