Installation
pcxarray can be installed via pip:
$ python -m pip install pcxarray
Or, if you want to install the latest development version, you can clone the GitHub repository and install it directly:
$ git clone https://github.com/gcermsu/pcxarray.git
$ cd pcxarray
$ python -m pip install -e ".[dev]"