justinmayer / kagi

WebAuthn security keys and TOTP multi-factor authentication for Django
BSD 2-Clause "Simplified" License
91 stars 10 forks source link

Update Documented Poetry Installation Process #54

Closed evanottinger closed 1 year ago

evanottinger commented 1 year ago

When installing Poetry as documented in the README and CONTRIBUTING guides, the following message is displayed:

$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
The canonical source for Poetry's installation script is now https://install.python-poetry.org. Please update your usage to reflect this.

This PR updates the README and CONTRIBUTING files to use the new canonical source for Poetry's installation script.