Glance requires a Unix-like system such as Linux or Mac OSX.
Glance requires a Unix-like system such as Linux or Mac OSX and python 2.7.
<h2>Setting up the Environment for Glance</h2>
<h2>Setting up the Environment for Glance</h2>
...
@@ -14,7 +14,7 @@ The currently release version of Glance requires the following:
...
@@ -14,7 +14,7 @@ The currently release version of Glance requires the following:
* scipy
* scipy
* mako (version 0.4.1 or newer)
* mako (version 0.4.1 or newer)
Some of these libraries will have additional requirements as well.
You will also need to install the appropriate python modules to load the sorts of files you want Glance to analyze. Some of these libraries may have additional requirements.
<h3>Installing Glance Using Anaconda</h3>
<h3>Installing Glance Using Anaconda</h3>
...
@@ -22,18 +22,21 @@ You will need to have the python 2.7 version of Anaconda installed for these ins
...
@@ -22,18 +22,21 @@ You will need to have the python 2.7 version of Anaconda installed for these ins
On SSEC servers you use this command to load a pre-installed version of Anaconda:
On SSEC servers you use this command to load a pre-installed version of Anaconda:
module load anaconda27
~~~~module load anaconda27~~~~
Once you have Anaconda installed, run the following commands on the command line:
Once you have Anaconda installed, run the following commands on the command line:
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:
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: