Skip to content

How to install a 'subpackage' with Poetry? #5124

Answered by clintonroy
antusystem asked this question in Q&A
Discussion options

You must be logged in to vote

poetry install pylama[all] does install the extras package named "all" for pylama, leading to a pyproject.toml off:

pylama = {extras = ["all"], version = "^8.3.7"}

Please stick to one package manager per virtual environment, either use pip or poetry.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@antusystem
Comment options

Answer selected by antusystem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants