Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-11 | update utils/ folder to make a python package called sddm | tlatorre | |
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. |