next up previous contents
Next: Install via Source Code Up: SLS Detectors software installation Previous: Binaries   Contents

Install Binaries via Conda

This section is useful only if one wants to download only the binaries for specific distribution and use the package via command line. Please refer later sections to download source code and compile them.

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]



Thattil Dhanya 2019-04-08