Skip to content

Commit

Permalink
docs: Update install from sources using setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyusa committed Jan 27, 2025
1 parent 69e24fa commit b71159a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit b71159a

Please sign in to comment.