|
|
|
|
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, 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
|
##Configuration
|
5
|
##Configuration
|
6
|
pip install PyQt5
|
6
|
pip install PyQt5
|
7
|
-## Or
|
|
|
|
|
7
|
+## Or, if you have Python 2 as your default still (shame)
|
8
|
pip3 install PyQt5
|
8
|
pip3 install PyQt5
|
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 # requires sudo on most installations
|
|
|
|
|
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
|