Skip to content

Commit f60470a

Browse files
committed
Promoting good practises with pip user install.
1 parent 3ce7ead commit f60470a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ Once the dependencies satisfied, **Colour - Checker Detection** can be installed
6868
the `Python Package Index <http://pypi.python.org/pypi/colour-checker-detection>`__ by
6969
issuing this command in a shell::
7070

71-
pip install colour-checker-detection
71+
pip install --user colour-checker-detection
7272

7373
The overall development dependencies are installed as follows::
7474

75-
pip install 'colour-checker-detection[development]'
75+
pip install --user 'colour-checker-detection[development]'
7676

7777
Usage
7878
-----

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ Once the dependencies satisfied, **Colour - Checker Detection** can be installed
4848
the `Python Package Index <http://pypi.python.org/pypi/colour-checker-detection>`__ by
4949
issuing this command in a shell::
5050

51-
pip install colour-checker-detection
51+
pip install --user colour-checker-detection
5252

5353
The tests suite dependencies are installed as follows::
5454

55-
pip install 'colour-checker-detection[tests]'
55+
pip install --user 'colour-checker-detection[tests]'
5656

5757
The documentation building dependencies are installed as follows::
5858

59-
pip install 'colour-checker-detection[docs]'
59+
pip install --user 'colour-checker-detection[docs]'
6060

6161
The overall development dependencies are installed as follows::
6262

63-
pip install 'colour-checker-detection[development]'
63+
pip install --user 'colour-checker-detection[development]'
6464

6565
Usage
6666
-----

0 commit comments

Comments
 (0)