|
@@ -2,22 +2,16 @@ Thank you for your interest in Akvo!
|
2
|
2
|
|
3
|
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.
|
4
|
4
|
|
5
|
|
-Installation is done in the typical python fashion
|
|
5
|
+##Configuration
|
|
6
|
+pip install PyQt5
|
|
7
|
+## Or
|
|
8
|
+pip3 install PyQt5
|
6
|
9
|
|
|
10
|
+Installation is done in the typical python fashion
|
7
|
11
|
python setup.py build
|
8
|
|
-python setup.py build_ui # OPTIONAL, see below
|
9
|
12
|
python setup.py install # requires sudo on most installations
|
10
|
13
|
|
11
|
14
|
# If you are going to be editing the source code, you may prefer to run
|
12
|
15
|
# the develop option which will not require rerunning the install option
|
13
|
16
|
# for each edit. This is entirely optional
|
14
|
17
|
python setup.py develop # requires sudo on most installations
|
15
|
|
-
|
16
|
|
-## Building the user interface
|
17
|
|
-Akvo ships with a
|
18
|
|
-
|
19
|
|
-## On some platforms you may receive an error regarding PyQt5, it should be possible to manually
|
20
|
|
-## install this via
|
21
|
|
-pip install PyQt5
|
22
|
|
-## Or
|
23
|
|
-pip3 install PyQt5
|