瀏覽代碼

Update INSTALL.txt

test hook
tags/1.6.1
Trevor Irons 7 年之前
父節點
當前提交
1e6a5e0706
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 5 行新增11 行删除
  1. 5
    11
      INSTALL.txt

+ 5
- 11
INSTALL.txt 查看文件

2
 
2
 
3
 Akvo is a surface NMR (sNMR) processing utility. Currently preprocessing is supported, but we are adding inversion capabilities. Let us know if you are looking for something. 
3
 Akvo is a surface NMR (sNMR) processing utility. Currently preprocessing is supported, but we are adding inversion capabilities. Let us know if you are looking for something. 
4
 
4
 
5
-Installation is done in the typical python fashion
5
+##Configuration
6
+pip install PyQt5 
7
+## Or 
8
+pip3 install PyQt5 
6
 
9
 
10
+Installation is done in the typical python fashion
7
 python setup.py build 
11
 python setup.py build 
8
-python setup.py build_ui   # OPTIONAL, see below
9
 python setup.py install    # requires sudo on most installations 
12
 python setup.py install    # requires sudo on most installations 
10
 
13
 
11
 # If you are going to be editing the source code, you may prefer to run 
14
 # If you are going to be editing the source code, you may prefer to run 
12
 # the develop option which will not require rerunning the install option 
15
 # the develop option which will not require rerunning the install option 
13
 # for each edit. This is entirely optional 
16
 # for each edit. This is entirely optional 
14
 python setup.py develop    # requires sudo on most installations 
17
 python setup.py develop    # requires sudo on most installations 
15
-
16
-## Building the user interface 
17
-Akvo ships with a
18
-
19
-## On some platforms you may receive an error regarding PyQt5, it should be possible to manually 
20
-## install this via 
21
-pip install PyQt5 
22
-## Or 
23
-pip3 install PyQt5 

Loading…
取消
儲存