“Rpyc”的版本间的差异
跳到导航
跳到搜索
docker>Evan (→参考) |
小 (导入1个版本) |
2019年10月14日 (一) 13:52的最新版本
why
准备用来学 c s 模式更新 win推流程序的
install
pip install rpyc
win
https://sourceforge.net/projects/rpyc/files/main/3.2.2/ 下载双击安装
Dependencies
The core of RPyC has no external dependencies, so you can use it out of the box for “simple” use. However, RPyC integrates with some other projects to provide more features, and if you wish to use any of those, you must install them:
PyWin32 - Required for PipeStream on Windows
SSH client - Required for RPyC-over-SSH (ssh_connect)