Start a virtual environment using virtualenv (see the previous chapter for installation) and use pip to install the modules listed as follows. If you had a folder path of C:\Python3Geospatial, virtualenv will create a virtual environment folder, here called mapboxenv, which can be activated as shown:
C:\Python3Geospatial>virtualenv mapboxenv
Using base prefix 'c:\\users\\admin\\appdata\\local\\programs\\python\\python36'
New python executable in C:\Python3Geospatial\mapboxenv\python.exe
Installing setuptools, pip, wheel...done.
C:\Python3Geospatial>mapboxenv\Scripts\activate