Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts: Add a new klippy-requirements.txt file for virtualenv installs | Kevin O'Connor | 2019-04-01 | 1 | -1/+1 |
| | | | | | | | | Place all of the host software python requirements into a config file. This makes it easier to update the python requirements without having to update several installation scripts. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | scripts: Add installation script for CentOS (#367) | pyr0ball | 2018-06-19 | 1 | -0/+101 |
The purpose of this PR is to add an installation script to klipper for use on Centos. Several packages names are different from debian based installs, and the system service is handled via systemd rather than LSB. Signed-off-by: Alan Weinstock <pyroballpcs@gmail.com> |