Merge branch 'main' into docs-fix-settings-anchor

This commit is contained in:
Justin Mayer 2025-04-11 21:14:44 +02:00 committed by GitHub
commit 7553216bbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 12 deletions

View file

@ -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::