Modules to use

For this virtual environment, we will install the two modules CARTOframes and Jupyter. The second module will allow us to run Jupyter Notebooks, which are specialized browser-based coding environments.

Activate the virtual environment, and install the modules within the virtual environment with the following commands:

(cartoenv) C:\Packt\Chapters>pip install cartoframes(cartoenv) C:\Packt\Chapters>pip install jupyter

All of the required modules will also be downloaded and installed, along with the two that we are installing directly. Using pip and virtualenv makes package installation and management simple and quick. 

Get Mastering Geospatial Analysis with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.