planetarypy / pdsview

Python PDS Image Viewer
BSD 3-Clause "New" or "Revised" License
13 stars 7 forks source link

Determine The Best Environment #38

Closed percurnicus closed 7 years ago

percurnicus commented 7 years ago

PySide is annoying to install across different platforms. It is necessary to at least document well how to best install pdsview and all the dependencies. The best way I see forward is to use anaconda. One option is to create an anaconda environment(s) where everything works on all platforms and share that environment file. @godber Do you know an efficient way to share that file? The most efficient way I can see is to actually make pdsview an anaconda package purely (and remove from pypi) and have the user create a new conda env when they install the package. @godber thoughts?