Browse Source

Github hook test 3

tags/1.6.1
Trevor Irons 2 years ago
parent
commit
4844eed1ae
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      INSTALL.txt

+ 3
- 3
INSTALL.txt View File

1
-Thank you for your interest in Akvo!  
1
+Thank you for your interest in Akvo! 
2
 
2
 
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. 
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
 
10
 ## Installation is done in the typical python fashion
10
 ## Installation is done in the typical python fashion
11
 python setup.py build 
11
 python setup.py build 
12
-python setup.py install    # may requires sudo 
12
+python setup.py install    # may require sudo 
13
 
13
 
14
 # 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 
15
 # the develop option which will not require rerunning the install option 
15
 # the develop option which will not require rerunning the install option 
16
 # for each edit. This is entirely optional 
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 

Loading…
Cancel
Save