1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
.. _installation:
Installing and running glue
===========================
Several installation methods for Glue are outlined in the sections below. If you
run into issues, each page should provide relevant troubleshooting, and you can
also check the :ref:`known-issues` page which collects some more general issues.
If your problem is not described there, `open a new issue
<https://github.com/glue-viz/glue/issues>`_ on GitHub.
.. toctree::
:maxdepth: 1
conda
pip
qt
dependencies
developer
Once glue is installed, you will be able to type::
glue
in a terminal to start glue. Glue accepts a variety of command-line arguments.
See ``glue --help`` for examples. If you used the Anaconda Navigator, you can
also launch glue from the navigator, but be aware that errors may be hidden, so
if you have any issues, try running glue from the command-line.
You can also start glue with the ``-v`` option::
glue -v
to get more verbose output, which may help diagnose issues.
On Windows, installation creates an executable ``glue.exe`` file within the
python script directory (e.g., ``C:\Python27\Scripts``). Windows users can
create a desktop shortcut for this file, and run Glue by double clicking on the
icon.
|