Skip to content

Instantly share code, notes, and snippets.

@LinuxIsCool
Created March 10, 2023 22:47
Show Gist options
  • Select an option

  • Save LinuxIsCool/84e632c7733894d4c55b3737719592e0 to your computer and use it in GitHub Desktop.

Select an option

Save LinuxIsCool/84e632c7733894d4c55b3737719592e0 to your computer and use it in GitHub Desktop.
Remember how to Poetry dev

Remember how to Poetry dev

In this example, panel is the library being installed.

First add the library as dev dependency poetry add --group dev panel

and then install dev dependencies locally poetry install --with dev

Then in your local shell you will have the dev tools. poetry shell

Do your dev: pytest / main.py / jupyter lab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment