agrc / grunt-arcgis-press

A grunt task covering your arcgis service publishing needs.
MIT License
1 stars 0 forks source link

Figure out how to handle python dependencies #8

Open stdavis opened 9 years ago

stdavis commented 9 years ago

such as requests

steveoh commented 9 years ago

we can create a setup.py and invoke that with the pythonshell command.

stdavis commented 9 years ago

Can that dynamically download the deps or do we need to package them with the project?

steveoh commented 9 years ago

it could dynamically download it if they have pip. Which I think arcgis desktop puts in your path.