Surface NMR processing and inversion GUI
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

INSTALL.txt 689B

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