|
@@ -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
|