浏览代码

Github hook test 3

tags/1.6.1
Trevor Irons 2 年前
父节点
当前提交
4844eed1ae
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      INSTALL.txt

+ 3
- 3
INSTALL.txt 查看文件

@@ -1,4 +1,4 @@
1
-Thank you for your interest in Akvo!  
1
+Thank you for your interest in Akvo! 
2 2
 
3 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
 
@@ -9,9 +9,9 @@ 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    # may requires sudo 
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 

正在加载...
取消
保存