Skip to content

lmalina/pySC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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