Skip to content
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

Add package to PyPi #4

Closed
avaucher opened this issue Nov 28, 2018 · 0 comments
Closed

Add package to PyPi #4

avaucher opened this issue Nov 28, 2018 · 0 comments

Comments

@avaucher
Copy link
Contributor

fcd is a dependency to our package guacamol, which users can install from the PyPi repositories.

Pulling the fcd dependency from the GitHub repo works, but is a bit cumbersome since it often leads to errors and / or requires special flags when installing guacamol with pip.

It would be great if you could upload fcd on PyPi, in order for it to be installable directly with

pip install fcd

Here are the steps; it shouldn't take you more than ~10 minutes. A more complete tutorial can be found here.

  1. Register on https://pypi.org/
  2. Verify e-mail
  3. python3 -m pip install --upgrade setuptools wheel twine
  4. In the FCD project root: python3 setup.py sdist bdist_wheel
  5. twine upload dist/*

Let me know if I can help you in any way.

@renzph renzph closed this as completed Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants