You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/html/ux-research-design/research-results/pip-force-reinstall.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Most respondents use `--force-reinstall` "almost never" (65.6%):
66
66

67
67

68
68
69
-
Amongst respondents who said they use `--force-resinstall` often or very often:
69
+
Amongst respondents who said they use `--force-reinstall` often or very often:
70
70
71
71
- 54.54% (6/11) of respondents thought that pip should install the same version of requests - i.e. that `--force-reinstall` should _not_ implicitly upgrade
72
72
- 45.45% (5/11) of respondents thought that pip should upgrade requests to the latest version - i.e that `--force-reinstall`_should_ implicitly upgrade
@@ -76,7 +76,7 @@ Respondents find `--force-reinstall` less useful than useful:
76
76

77
77

78
78
79
-
Amongst respondents who said they find `--force-resinstall` useful or very useful:
79
+
Amongst respondents who said they find `--force-reinstall` useful or very useful:
80
80
81
81
- 38.46% (20/52) of respondents thought that pip should install the same version of requests - i.e. that `--force-reinstall` should _not_ implicitly upgrade
82
82
- 50% (26/52) of respondents thought that pip should upgrade requests to the latest version - i.e that `--force-reinstall`_should_ implicitly upgrade
@@ -89,7 +89,7 @@ In this case, we recommend showing the following message when a user tries to us
89
89
90
90
> Error: the pip install --force-reinstall option no longer exists. Use pip uninstall then pip install to replace up-to-date packages, or pip install --upgrade to update your packages to the latest available versions.
91
91
92
-
Should the pip development team wish to keep `--force-resintall`, we recommend maintaining the current (implicit upgrade) behaviour, as pip's users have not expressed a clear preference for a different behaviour.
92
+
Should the pip development team wish to keep `--force-reinstall`, we recommend maintaining the current (implicit upgrade) behaviour, as pip's users have not expressed a clear preference for a different behaviour.
93
93
94
94
In this case, we recommend upgrading the [help text](https://pip.pypa.io/en/stable/reference/pip_install/#cmdoption-force-reinstall) to be more explicit:
Copy file name to clipboardexpand all lines: docs/html/ux-research-design/research-results/users-and-security.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ Both of these groups identified their "sphere of influence" and did their best t
56
56
57
57
### User thoughts about security
58
58
59
+
Selected quotes from research participants
60
+
59
61
#### Responsibility as author
60
62
61
63
Participants who spent a lot of their time writing Python code - either for community or as part of their job - expressed a responsibility to their users for the code they wrote - people who wrote code which was made public expressed a stronger responsibility.
@@ -76,8 +78,7 @@ Participants also explained they rely on code security scanning and checking sof
76
78
77
79
#### Reliance on good software development practices
78
80
79
-
A small number of participants e### Selected quotes from research participants
80
-
xplained they have good software practices in place, which help with writing secure software.
81
+
A small number of participants explained they have good software practices in place, which help with writing secure software.
81
82
82
83
> "We have a book about ethics of code - we have mandatory certification."
0 commit comments