poetry
Manage Python packages and dependencies.
=> More information.
- Create a new Poetry project in the directory with a specific name:
poetry new {project_name}
- Install a dependency and its subdependencies:
poetry add {dependency}
- Install a development dependency and its subdependencies:
poetry add --dev {dependency}
- Interactively initialize the current directory as a new Poetry project:
poetry init
- Get the latest version of all dependencies and update
poetry.lock
:
poetry update
- Execute a command inside the project's virtual environment:
poetry run {command}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/poetry.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.76042 milliseconds
- Gemini-to-HTML Time
- 0.739214 milliseconds
This content has been proxied by September (ba2dc).