Klipper安装

安装必要软件

Klipper相关的软件需要Python等软件才能运行,且需要git来同步最新的Klipper等软件源代码,所以需要使用sudo apt install build-essential python3 python3-pip git来安装必要的软件。

安装好pip后,运行pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple更换pip的源。

也可以将链接替换为下列链接中的其中之一:

复制代码
# 豆瓣源
https://pypi.doubanio.com/simple
# 腾讯源
https://mirrors.cloud.tencent.com/pypi/simple
# 阿里源
https://mirrors.aliyun.com/pypi/simple

如果使用树莓派,请删除/etc/pip.conf文件中的所有内容,否则可能会导致换源后下载依旧缓慢!

安装

在本教程中,我们使用KIAUH脚本来安装Klipper、Moonraker、Fluidd三件套。

首先,使用git clone https://github.com/dw-0/kiauh下载KIAUH脚本。如果所在地的GitHub速度缓慢,可使用git clone https://gitee.com/miroky/kiauh
如果无法保证稳定访问GitHub,则强烈推荐使用gitee源安装,以保证后续更新等稳定性。

安装

Klipper

作者:香脆烤乳鸽

链接:https://www.jianshu.com/p/6d45af6d8966

来源:简书

著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

相关推荐
字节逆旅1 天前
ubuntu应用深度守护
ubuntu
欧云服务器8 天前
怎么让脚本命令可以同时在centos、debian、ubuntu执行?
ubuntu·centos·debian
智渊AI8 天前
Ubuntu 20.04/22.04 下通过 NVM 安装 Node.js 22(LTS 稳定版)
ubuntu·node.js·vim
The️8 天前
Linux驱动开发之Read_Write函数
linux·运维·服务器·驱动开发·ubuntu·交互
再战300年8 天前
Samba在ubuntu上安装部署
linux·运维·ubuntu
qwfys2008 天前
How to install golang 1.26.0 to Ubuntu 24.04
ubuntu·golang·install
木尧大兄弟8 天前
Ubuntu 系统安装 OpenClaw 并接入飞书记录
linux·ubuntu·飞书·openclaw
小虾爬滑丫爬8 天前
ubuntu上设置Tomcat 开机启动
ubuntu·tomcat·开机启动
老师用之于民8 天前
【DAY25】线程与进程通信:共享内存、同步机制及实现方案
linux·c语言·ubuntu·visual studio code
小虾爬滑丫爬8 天前
Ubuntu 上设置防火墙
ubuntu·防火墙