Surface NMR processing and inversion GUI
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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