Closed gcornut closed 5 years ago
I'm adding a setup.py to be able to use this program as a python pip package.
setup.py
Once merged, everyone can install the package with: pip install git+ssh://git@github.com:elixir-europe/plant-brapi-to-isa.git@<REF>#egg=brapi2isa
pip install git+ssh://git@github.com:elixir-europe/plant-brapi-to-isa.git@<REF>#egg=brapi2isa
Where <REF> is the git tag or branch or commit
<REF>
And then it can just be imported with import brapi_to_isa
import brapi_to_isa
Love the addition !
Let's merge. We need to add this to the doc. I am copy Guillaume's comment, it will need to be cleaner.
I'm adding a
setup.py
to be able to use this program as a python pip package.Once merged, everyone can install the package with:
pip install git+ssh://git@github.com:elixir-europe/plant-brapi-to-isa.git@<REF>#egg=brapi2isa
And then it can just be imported with
import brapi_to_isa