“Zainstaluj poezję” Kod odpowiedzi

Zainstaluj poezję

# 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

Zainstaluj poezję

# 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

Zainstaluj poezję Python

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

Poezja Python Windows

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

Zainstaluj poezję

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

Instalacja poezji

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

Odpowiedzi podobne do “Zainstaluj poezję”

Pytania podobne do “Zainstaluj poezję”

Więcej pokrewnych odpowiedzi na “Zainstaluj poezję” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu