Merge pull request #5664 from kamranahmedse/dansholds/add-poetry-content
Add Poetry package manager contentpull/5668/head
commit
32b0159d9d
3 changed files with 3923 additions and 3863 deletions
@ -0,0 +1,9 @@ |
|||||||
|
# Poetry |
||||||
|
|
||||||
|
Poetry is a dependency management and packaging tool for Python that runs on Windows, macOS, and Linux. Poetry efficiently installs, manages, and updates packages and their dependencies. Poetry seamlessly creates, saves, loads, and switches between project environments on your local computer. It is designed specifically for Python projects, providing a streamlined workflow for managing dependencies, virtual environments, and building packages. |
||||||
|
|
||||||
|
Poetry as a package manager helps you find and install packages. If you need a specific version of a package or a different version of Python, Poetry handles both dependency management and virtual environments effortlessly. With just a few commands, you can set up a completely isolated environment to run a different version of Python or package configuration, while maintaining your usual development environment. Poetry’s lock file ensures consistent installs across different environments, enhancing reproducibility and stability of your projects. |
||||||
|
|
||||||
|
Visit the following resources to learn more: |
||||||
|
|
||||||
|
- [Poetry Docs](https://python-poetry.org/docs/) |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue