Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.09 KB

File metadata and controls

24 lines (17 loc) · 1.09 KB

THIS PROJECT IS NO LONGER MAINTAINED

Scripts

This repository contains various python programs and packages created to fulfill the needs for various research projects. As such, they come without any sort of warranty. Admittedly they have been sparsely tested.

They were written to be used with python version 2.7 and requires the following packages

Most of the programs are dependent on the sgenlib package, and therefor the PYTHONPATH environmental variable needs to be amended to include the installation path of this repository. Assuming this repository was downloaded to a folder called $SCRIPT this can be accomplished with.

export PYTHONPATH=$PYTHONPATH:$SCRIPTS

It is recommended to put this is in a source file, e.g. .bashrc that is loaded automatically.

Lastly, the code comes without any sort of support. If you find a bug, please add an issue report here on GitHub.