From b71159a11e82fe5b0286fc81538920e69adb16e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 27 Jan 2025 06:18:55 +0100 Subject: [PATCH] docs: Update install from sources using setuptools --- docs/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index aa3c92d08..502148edf 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -25,10 +25,10 @@ session and create a new virtual environment for Pelican:: Once the virtual environment has been created and activated, Pelican can be installed via ``python -m pip install pelican`` as noted above. Alternatively, if you -have the project source, you can install Pelican using the distutils method:: +have the project source, you can install Pelican using the setuptools method:: cd path-to-Pelican-source - python setup.py install + python -m pip install . If you have Git installed and prefer to install the latest bleeding-edge version of Pelican rather than a stable release, use the following command::