Installation#
Released versions of spec2nexus are available on PyPI and conda-forge.
If you have pip
installed, then you can install from PyPI:
$ pip install spec2nexus
If you are using Anaconda Python and have conda
installed,
use this install command:
$ conda install conda-forge::spec2nexus
The latest development versions of spec2nexus can be downloaded from the GitHub repository listed above:
$ git clone https://github.com/prjemian/spec2nexus.git
To install in the standard Python location:
$ cd spec2nexus
$ python -m pip install .