Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 5203c0c

Browse files
committed
docs: source: Add home local prefix for pip install
Fixes: #479 Signed-off-by: John Andersen <[email protected]>
1 parent 94215dc commit 5203c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/source.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ The following command installs your new source.
9696

9797
.. code-block:: console
9898
99-
$ python3.7 -m pip install -e .
99+
$ python3.7 -m pip install --prefix=~/.local -e .

0 commit comments

Comments
 (0)