geckopy icon indicating copy to clipboard operation
geckopy copied to clipboard

Publish to PyPI

Open carrascomj opened this issue 3 years ago • 0 comments

This is pending on https://github.com/pypa/pypi-support/issues/1124

For users that stumble upon this issue, please install it from source, as any normal python package:

git clone https://github.com/ginkgobioworks/geckopy
cd geckopy
pip install .
# to also install pytfa (optional dep for thermodynamics integration)
pip install ".[pytfa]"

carrascomj avatar Jun 14 '21 15:06 carrascomj