mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-10 07:15:10 -06:00
scripts: Add a new klippy-requirements.txt file for virtualenv installs
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>
This commit is contained in:
parent
2980c2e12c
commit
2a55e09ff8
5 changed files with 11 additions and 4 deletions
7
scripts/klippy-requirements.txt
Normal file
7
scripts/klippy-requirements.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
# This file describes the Python virtualenv package requirements for
|
||||
# the Klipper host software (Klippy). These package requirements are
|
||||
# typically installed via the command:
|
||||
# pip install -r virtualenv-requirements.txt
|
||||
cffi==1.6.0
|
||||
pyserial==3.2.1
|
||||
greenlet==0.4.10
|
Loading…
Add table
Add a link
Reference in a new issue