-
Notifications
You must be signed in to change notification settings - Fork 18
Make ChemBench pip-installable #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Pip setup
Hi @TedAI, I'm sorry I didn't see your PR - I also just spent a bit of time providing my own solution for this in #5. I've opted to use the |
Hi @TedAI & @cthoyt , to make this more friendly, can I invite you two as developer of this project? Thanks for your pull request |
Hi!
This PR adds a
setup.py
to ChemBench in order to make it pip installable. This has the advantage that users don't have to clone and add the path to the local directory to theirPYTHONPATH
anymore. Additionally, ChemBench could now be published to pypi such that users could simply install it without any cloning. This would be great for projects that rely on ChemBench and want to add it to theirsetup.py
or to theirrequirements.txt
as a dependency.Let me know what you think or if there is anything I can help with! Thanks :)