Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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 -
Source by python-poetry.org #
 
PREVIOUS NEXT
Tagged: #install #poetry
ADD COMMENT
Topic
Name
5+4 =