Skip to content

Commit 693700a

Browse files
committed
update README
1 parent 88d369d commit 693700a

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

README.md

+23-16
Original file line numberDiff line numberDiff line change
@@ -25,33 +25,40 @@
2525
conda install pyqt -c conda-forge
2626
```
2727

28-
3、安装本程序
29-
有两个选择:
30-
+ **不提前下载程序包**
31-
32-
要求你当前环境中有git工具。这样可直接运行
28+
3、安装本GUI程序,有多种下载方式:
29+
+ **[PYPI](https://pypi.org/project/pyfmm-kit/)下载(推荐)**
30+
**最新更新,已将PyFMM-GUI程序源码同步到[PYPI](https://pypi.org/project/pyfmm-kit/),可直接运行:**
3331
```bash
34-
# vx.x.x指代Release中的版本号,建议下载最新稳定版本
35-
pip install -v git+https://github.com/Dengda98/[email protected]
36-
# 若网速不好可改为gitee镜像
37-
# pip install -v git+https://gitee.com/Dengda98/[email protected]
38-
```
32+
pip install -v pyfmm-gui
33+
```
34+
进行安装。各操作平台的wheels后续会逐步支持。
3935

36+
+ 从Github下载安装,安装有两个选择:
37+
+ **不提前下载程序包**
4038

41-
+ **提前下载好程序包**
39+
要求你当前环境中有git工具。这样可直接运行
40+
```bash
41+
# vx.x.x指代Release中的版本号,建议下载最新稳定版本
42+
pip install -v git+https://github.com/Dengda98/[email protected]
43+
# 若网速不好可改为gitee镜像
44+
# pip install -v git+https://gitee.com/Dengda98/[email protected]
45+
```
4246

43-
**建议在[Release](https://github.com/Dengda98/PyFMM-GUI/releases)中下载最新稳定版本**,不推荐clone,不推荐直接下载主分支。在下载解压后,在程序根目录下运行
44-
```bash
45-
pip install -v .
46-
```
47+
48+
+ **提前下载好程序包**
49+
50+
注意代码主页更新频繁,**建议在[Release](https://github.com/Dengda98/PyFMM-GUI/releases)中下载最新稳定版本**,不推荐clone,不推荐直接下载主分支。在下载解压后,在程序根目录下运行
51+
```bash
52+
pip install -v .
53+
```
4754

4855
这样可安装到你的虚拟环境中。
4956

5057

5158
## 使用
5259
直接运行
5360
```bash
54-
pyfmm_gui
61+
pyfmm_gui # 或者 pyfmm-gui
5562
```
5663
或者
5764
```bash

0 commit comments

Comments
 (0)