forked from github/pelican
Prefix Pip commands with python -m in docs
This ensures Pip commands will be executed for the current Python interpreter and not, say, whichever Python interpreter happens to be associated with `/usr/local/bin/pip`.
This commit is contained in:
parent
863421b1b8
commit
16975bc3a2
7 changed files with 16 additions and 16 deletions
|
|
@ -43,7 +43,7 @@ publicly-accessible location:
|
|||
|
||||
* Describe what version of Pelican you are running (output of ``pelican --version``
|
||||
or the HEAD commit hash if you cloned the repo) and how exactly you installed
|
||||
it (the full command you used, e.g. ``pip install pelican``).
|
||||
it (the full command you used, e.g. ``python -m pip install pelican``).
|
||||
* If you are looking for a way to get some end result, prepare a detailed
|
||||
description of what the end result should look like (preferably in the form of
|
||||
an image or a mock-up page) and explain in detail what you have done so far to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue