From 17ae31e69b9b59a1c5ddf9a724367bcc03cd8e1d Mon Sep 17 00:00:00 2001 From: "Gunung P. Wibisono" <55311527+gunungpw@users.noreply.github.com> Date: Tue, 4 Jan 2022 18:29:55 +0700 Subject: [PATCH] update `poetry` install script for newer version --- docs/contribute.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contribute.rst b/docs/contribute.rst index d1ab322d..5f2b3677 100644 --- a/docs/contribute.rst +++ b/docs/contribute.rst @@ -22,9 +22,9 @@ another, so you can use different packages (and package versions) for each. Please note that Python 3.6+ is required for Pelican development. *(Optional)* If you prefer to install Poetry once for use with multiple projects, -you can install it via:: +you can install it via (readmore at https://python-poetry.org/docs/#installation:: - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - + curl -sSL https://install.python-poetry.org | python3 - Point your web browser to the `Pelican repository`_ and tap the **Fork** button at top-right. Then clone the source for your fork and add the upstream project