Follow up from #17 * [ ] Could I specify OMP_NUM_THREADS environment variable in package init? * [ ] Can you run a pip install straight from a github repo without cloning first? * [ ] Can you do a pip or similar installation of a python package into a fresh virtual environment in a concerted fashion? * [ ] Simplify xtb use to try running off of system environment path if no specific path is given * [ ] Account for xtb being installed through pip, conda, or independently by the user * [ ] See if xtb has a github action for building * [ ] Update documentation * [ ] Update tests * [ ] Look through pull request changes * [ ] Clean up code and retest * [ ] Increment version number
Follow up from #17