Answers for "pip to poetry"

9

poetry install

# Install Poetry Python Package manager (as of 2020-05)
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
Posted by: Guest on April-26-2020
1

install poetry

# python3
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
# python2
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
Posted by: Guest on December-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language