Closed varioustoxins closed 1 year ago
I'd recommend installing pynmrstar from PyPI or install it using setup.py if at all possible rather than running it out of a local directory - otherwise you'll need to either manually compile the C extension for faster tokenization and formatting, or it will run far slower.
If you want to run the unit tests locally, you'll need to check out the naughty-strings submodule. To do that, go to the root of your pynmrstar checkout and run
git submodule init
git submodule update
and then the units tests will work.