Surface NMR processing and inversion GUI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

INSTALL.txt 796B

123456789101112131415161718192021
  1. Akvo is a surface NMR (sNMR) processing utility. Currently preprocessing is supported, but we are adding inversion capabilities.
  2. Installation is done in the typical python fashion
  3. python setup.py build
  4. python setup.py build_ui # OPTIONAL, see below
  5. python setup.py install # requires sudo on most installations
  6. # If you are going to be editing the source code, you may prefer to run
  7. # the develop option which will not require rerunning the install option
  8. # for each edit. This is entirely optional
  9. python setup.py develop # requires sudo on most installations
  10. ## Building the user interface
  11. Akvo ships with a
  12. ## On some platforms you may receive an error regarding PyQt5, it should be possible to manually
  13. ## install this via
  14. pip install PyQt5
  15. ## Or
  16. pip3 install PyQt5