ginkgobioworks / geckopy

Enzyme-constrained genome-scale models in python

Home Page:https://geckopy.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish to PyPI

carrascomj opened this issue · comments

This is pending on pypi/support#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]"