Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog authored May 24, 2024
1 parent 2fdab34 commit 70146e7
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,24 @@ install VisPy separately.
Installing
----------

If you use the Anaconda Python Distribution, you can install this plugin
with::
If you use conda, you can install this plugin with::

conda install -c glueviz glue-vispy-viewers
conda install -c conda-forge glue-vispy-viewers

To install the latest stable version of the plugin, you can do::
or using pip::

pip install glue-vispy-viewers

or you can install the latest developer version from the git repository
using::

pip install git+https://github.com/glue-viz/glue-vispy-viewers.git

This will auto-register the plugin with Glue. Now simply start up Glue,
open a data cube, drag it onto the main canvas, then select '3D viewer'.
open a data cube, drag it onto the main canvas, then select one of the
3D viewer choices.

Testing
-------

To run the tests, do::

py.test glue_vispy_viewers
pytest glue_vispy_viewers

at the root of the repository. This requires the
`pytest <http://pytest.org>`__ module to be installed.

0 comments on commit 70146e7

Please sign in to comment.