“instalación de poesía” Código de respuesta

instalación de poesía

# Install Poetry Python Package manager (as of 2020-05)
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
Helpful Hummingbird

instalar poesía

# 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 -
Puzzled Puffin

Instalar poesía de Python

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
Lovely Ladybird

Poesía Python Descargar Windows

#Windows
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -
Victorious Vole

instalar poesía

curl -sSL https://install.python-poetry.org | python3 -
Prickly Partridge

instalación de poesía

#  On Windows PowerShell:
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -
Splendid Sheep

Respuestas similares a “instalación de poesía”

Preguntas similares a “instalación de poesía”

Más respuestas relacionadas con “instalación de poesía” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código