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

1234567891011121314151617
  1. Thank you for your interest in Akvo!
  2. 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.
  3. ##Configuration
  4. pip install PyQt5
  5. ## Or, if you have Python 2 as your default still (shame)
  6. pip3 install PyQt5
  7. ## Installation is done in the typical python fashion
  8. python setup.py build
  9. python setup.py install # may require sudo
  10. # If you are going to be editing the source code, you may prefer to run
  11. # the develop option which will not require rerunning the install option
  12. # for each edit. This is entirely optional
  13. python setup.py develop # may require sudo