File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ # Include the license file
12include LICENSE.txt
3+
4+ # Include the config files
5+ recursive-include config *
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ShiPanE-Python-SDK
1515~~~~~~~~~~~~
1616
1717- 安装 Python 3.5(建议安装 Anaconda3)
18- - cmd 中运行:pip install shipane_sdk
18+ - cmd 中运行:pip install --no-binary shipane_sdk shipane_sdk
1919- cmd 中运行:explorer %UserProfile%\\ .shipane_sdk
2020- 进入 config 目录;将 scheduler-example.ini 拷贝为 scheduler.ini;并修改内容(建议使用Notepad++)
2121- 找到 python 安装目录,例如:C:\\ Program Files\\ Anaconda3
@@ -25,7 +25,7 @@ ShiPanE-Python-SDK
2525~~~~~~~~~~~~~
2626
2727- 安装 Python 3.5
28- - terminal 中运行:pip install shipane_sdk
28+ - terminal 中运行:pip install --no-binary shipane_sdk shipane_sdk
2929- terminal 中运行:cp -n ~/.shipane_sdk/config/scheduler-example.ini ~/.shipane_sdk/config/scheduler.ini
3030- 修改 ~/.shipane_sdk/config/scheduler.ini
3131- terminal 中运行:shipane-scheduler.py
You can’t perform that action at this time.
0 commit comments