This will create an Anaconda environment called "glance" that can be used to run Glance at the command line. When you open a new terminal session with your computer to use glance you will need to activate this environment using the command:
~~~~
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)