Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 640 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 640 Bytes

pySC

Python version of Simulated Commissioning toolkit for synchrotrons SC, originally written in Matlab.

Documentation

Autogenerated docs via Sphinx can be found at https://lmalina.github.io/pySC/.

Installing

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]"