@@ -34,3 +34,54 @@ This will create an Anaconda environment called "glance" that can be used to run
~~~~
source activate glance
~~~~
If you need a developer installation of Glance, you will follow most of the same instructions as above, but you will also need to be able to use git on the command line.
Replace the final "python -m easy_install ..." command in the installation instructions above with:
~~~~
(cd to the directory where you want the Glance code installed)
<h3>Installing with Minimal Dependencies Using Pip</h3>
(Developed and tested on Ubuntu 16.04 by Alan De Smet, July 2016)
This installs all functionality, including "glance gui", but relying on no "big packages" like SSEC SB3-hhg or Anaconda. It uses virtualenv to collect Python dependencies locally. Python dependencies are installed directly via pip. pyqt4 cannot be installed via pip, and is generally a pain in the ass, so we rely on the Linux distribution to provide it.
You will need development libraries for libpng, libfreetype, libgeos, and pyqt4. You will also need Python's virtualenv and pip.