Python version of Simulated Commissioning toolkit for synchrotrons SC, originally written in Matlab.
Autogenerated docs via Sphinx
can be found at https://lmalina.github.io/pySC/.
Installation is currently suggested only for development purposes.
We recommend creating a new virtual environment and installing from
VCS in editable mode with all extra dependencies
(test
for pytest
and relevant plugins, and doc
for packages needed to build documentation)
git clone https://github.com/lmalina/pySC
pip install --editable "pySC[all]"