Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.
Craig Jones edited this page Oct 18, 2018 · 2 revisions

Welcome to the mosviz wiki!

How to install the nightly...

To install the nightly version create a conda environment using the following command:

$ conda create -n mosviz-nightly -c glueviz/label/dev python=3.6 mosviz

You can use a different conda environment name by replacing mosviz-nightly with another name.

FAQ

Mosviz won't startup

There is a bug in matplotlib that we appear to hit in very specific instances. The way around it is to change directory to anywhere but your home directory, start mosviz there. Then, after that you will be able to start mosviz in any directory (including your home directory).

Clone this wiki locally