mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
docs: Update install from sources using setuptools
This commit is contained in:
parent
69e24fa82f
commit
b71159a11e
1 changed files with 2 additions and 2 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue