Skip to content

Setting Up In ArcMap

Nick Santos edited this page Dec 20, 2016 · 1 revision

Virtual Environments

This project uses a virtual environment to install additional python packages without messing up the ArcGIS python install.

Setting up the virtual env with Conda

  • Install Anaconda

  • Load packages from the environment file with conda env create -f arc-project-env.yml

  • Configure ArcGIS to see Anaconda and vice versa by copying .pth files. More info

Clone this wiki locally