Skip to content

Commit a407ccd

Browse files
committed
Try to fix package
1 parent 437fe9d commit a407ccd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# Include the license file
12
include LICENSE.txt
3+
4+
# Include the config files
5+
recursive-include config *

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)