You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


It is possible to use a docker image as the project interpreter in PyCharm. This can be helpful for when extractors require dependencies that can be difficult to install (like GDAL). Since a docker image will eventually be created for all extractors, it also makes sense to build this into the development process as early as possible. This also ensures that the local environment will be the same as the docker image. 

  • No labels