Setup

elkplot manages its dependencies using Poetry. If your project also uses poetry, all you need to do is the following:

poetry add git+https://github.com/ejkaplan/elkplot

If you are using any other virtual environment manager (venv, conda, etc.) the following should work just fine:

pip install "git+https://github.com/ejkaplan/elkplot"

You can verify that it worked by calling the following in your terminal...

elk --help

and if you see the CLI reference pop up you'll know you're good to go!