Installing Python and Python packages

Installing Python and Python packages#

You can refer to the guide provided on the AutoGIS course pages to learn how to set up a Python environment for GIS.

[1]:
from IPython.display import IFrame
documentation = IFrame(src='https://autogis-site.readthedocs.io/en/latest/course-info/create-python-gis-environment.html', width=1000, height=1000)
display(documentation)
[ ]: