Commit 370bccf4 by Sébastien Eustace Committed by Arun Babu Neelicattu

Add a note to warn that the old installer is deprecated

parent 8f69bca2
...@@ -29,6 +29,11 @@ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install- ...@@ -29,6 +29,11 @@ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py -UseBasicParsing).Content | python - (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py -UseBasicParsing).Content | python -
``` ```
!!!warning
The previous `get-poetry.py` installer is now deprecated, if you are currently using it
you should migrate to the new, supported, `install-poetry.py` installer.
The installer installs the `poetry` tool to Poetry's `bin` directory. This location depends on you system: The installer installs the `poetry` tool to Poetry's `bin` directory. This location depends on you system:
- `$HOME/.local/bin` for Unix - `$HOME/.local/bin` for Unix
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment