We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3ff44 commit c4d7d65Copy full SHA for c4d7d65
.github/maintainers_guide.md
@@ -39,23 +39,6 @@ $ python -m venv env_3.8.5
39
$ source env_3.8.5/bin/activate
40
```
41
42
-### Additional settings for pip
43
-
44
-pip 20.2 introduced a new flag to test the upcoming change: https://discuss.python.org/t/announcement-pip-20-2-release/4863/2
45
-Turn on the feature on your local machine for testing it. Just running the following command helps you turn it on.
46
47
-```bash
48
-pip config set global.use-feature 2020-resolver
49
-```
50
51
-The following file should be generated.
52
53
-```yaml
54
-# ~/.config/pip/pip.conf
55
-[global]
56
-use-feature = 2020-resolver
57
58
59
## Tasks
60
61
### Testing
0 commit comments