aboutsummaryrefslogtreecommitdiff
path: root/utils/calculate_limits.py
AgeCommit message (Collapse)Author
2020-05-11update utils/ folder to make a python package called sddmtlatorre
This commit adds an sddm python package to the utils/ folder. This allows me to consolidate code used across all the various scripts. This package is now installed by default to /home/tlatorre/local/lib/python2.7/site-packages so you should add the following to your .bashrc file: export PYTHONPATH=$HOME/local/lib/python2.7/site-packages/:$PYTHONPATH before using the scripts installed to ~/local/bin.
2019-12-04update calculate_limits.py to produce nicer plotstlatorre
2019-03-16add GPLv3 licensetlatorre
2018-10-03move python scripts into utils/ directorytlatorre