Installing Cyclopts

Dependencies

Cyclopts has the following dependencies:

  1. CMake (>= 2.8.5)
  2. HDF5
  3. Cyclus (1.0)
  4. CDE
  5. Python 2.7
  6. NumPy (>= 1.8.0)
  7. SciPy
  8. Cython (>= 0.19.1)
  9. PyTables
  10. PyNE

Additionally, building the documentation requires:

Install Command

With its dependencies installed, Cyclopts can be installed as any other python package.

For installing in system space:

$ python setup.py install

For installing in user space:

$ python setup.py install --user

This Page