You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
fcd
is a dependency to our packageguacamol
, 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 installingguacamol
withpip
.It would be great if you could upload
fcd
on PyPi, in order for it to be installable directly withHere are the steps; it shouldn't take you more than ~10 minutes. A more complete tutorial can be found here.
python3 -m pip install --upgrade setuptools wheel twine
python3 setup.py sdist bdist_wheel
twine upload dist/*
Let me know if I can help you in any way.
The text was updated successfully, but these errors were encountered: