We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c611c4 commit a3a6fc3Copy full SHA for a3a6fc3
README
@@ -7,4 +7,7 @@ python setup.py sdist # 打包成压缩包
7
python setup.py bdist_wheel # 打包成whl,该打包完成后可以直接利用pip工具进行安装, 需要安装wheel
8
python setup.py build
9
python setup.py install
10
-```
+```
11
+
12
+# 正式安装方式
13
+pip install git+https://github.com/HurleyKane/[email protected]
0 commit comments