Trevor Irons 2年前
コミット
9ad5f2fb3c
1個のファイルの変更4行の追加4行の削除
  1. 4
    4
      INSTALL.txt

+ 4
- 4
INSTALL.txt ファイルの表示

@@ -1,17 +1,17 @@
1 1
 Thank you for your interest in Akvo! 
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 as well as Qt inversion capabilities. Let us know if you are looking for something. 
4 4
 
5 5
 ##Configuration
6 6
 pip install PyQt5 
7
-## Or 
7
+## Or, if you have Python 2 as your default still (shame) 
8 8
 pip3 install PyQt5 
9 9
 
10 10
 ## Installation is done in the typical python fashion
11 11
 python setup.py build 
12
-python setup.py install    # requires sudo on most installations 
12
+python setup.py install    # may require sudo 
13 13
 
14 14
 # If you are going to be editing the source code, you may prefer to run 
15 15
 # the develop option which will not require rerunning the install option 
16 16
 # for each edit. This is entirely optional 
17
-python setup.py develop    # requires sudo on most installations 
17
+python setup.py develop    # may require sudo 

読み込み中…
キャンセル
保存