Surface NMR processing and inversion GUI
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

INSTALL.txt 881B

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