cancerDHC / sheet2linkml

Python package for conversion of Google Sheet to LinkML for CCDH
Apache License 2.0
1 stars 3 forks source link

requirement of and installation for dotenv #3

Closed turbomam closed 3 years ago

turbomam commented 3 years ago

Running sheet2linkml requires dotenv. I see that it is specified in the [tool.poetry.dev-dependencies] section ofpyproject.toml. How do I invoke poetry's for installing dev dependencies?

% sheet2linkml --output crdch_model.yaml --logging-config logging.ini

Traceback (most recent call last): File "/Users/MAM/Documents/gitrepos/sheet2linkml/.venv/bin/sheet2linkml", line 5, in from sheet2linkml.cli import main File "/Users/MAM/Documents/gitrepos/sheet2linkml/.venv/lib/python3.9/site-packages/sheet2linkml/cli.py", line 14, in from dotenv import load_dotenv ModuleNotFoundError: No module named 'dotenv'