Installation

camrcs

Via github

$ cd path/to/clone
$ git clone https://github.com/niekwit/camrcs.git
$ cd camrcs
$ pip install .

This will install the latest development version of camrcs.

Via PyPi

$ pip install camrcs

This will install the most recent stable version of camrcs.

To update camrcs to the latest stable version:

$ pip install camrcs --upgrade

pigz

camrcs uses pigz for data compression

Debian-based GNU/Linux

$ sudo apt-get install pigz

Fedora and RHEL GNU/Linux

$ sudo dnf install pigz

Arch-based GNU/Linux

$ sudo pacman -S pigz

SuSE and openSuSE GNU/Linux

$ sudo zypper install pigz

MacOS

$ brew install pigz