PC端win10 :powerShell管理员进入,pip3 install rshell
如果安装后命令找不到,可以直接把pip安装后,cd进入安装目录下,或将rshell.exe放在可识别的windows目录下,cd进入执行
.\rshell --buffer-size 512 --editor C:\Windows\system32\notepad.exe -p COM10 (看下COM口,自己修改)
然后repl即可进入
ctrl + x 和ctrl +c是退出
PC端win10 :powerShell管理员进入,pip3 install rshell
如果安装后命令找不到,可以直接把pip安装后,cd进入安装目录下,或将rshell.exe放在可识别的windows目录下,cd进入执行
.\rshell --buffer-size 512 --editor C:\Windows\system32\notepad.exe -p COM10 (看下COM口,自己修改)
然后repl即可进入
ctrl + x 和ctrl +c是退出