One can download and install Miniconda via
https://conda.io/miniconda.html
The conda package uses Travis CI for continuous integration with automatic deployment to Anaconda Cloud. One can download only the package or the package including the python interface.
After the installation, the binaries will be available in your path.
Please remember to clear shared memory after installation.
#displays list of shared memeory segments ipcs -m #remove segments that have nattach equal to zero. They key is the first column ipcrm -M [key]
#Add conda channels conda config --add channels conda-forge conda config --add channels slsdetectorgroup #Install latest version conda install sls_detector_lib conda install sls_detector_gui #Install specific release conda install sls_detector_lib=4.0.0 conda install sls_detector_gui=4.0.0
#Add conda channels conda config --add channels conda-forge conda config --add channels sls_detector #Install latest version conda install sls_detector #Install specific release conda install sls_detector=4.0.0