File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed
Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1- # Python config file
1+ # Configs
22
3- Store config values in a Python file .
3+ Various ways to store config values .
44
55Such as ` config.py ` .
66
Original file line number Diff line number Diff line change 1- # Python glob
1+ # Glob
22
33See also the [ globbing] [ ] in the Shell section of this guide.
44
Original file line number Diff line number Diff line change 11---
22layout : listing
33---
4- # Python packages
4+ # Packages
Original file line number Diff line number Diff line change 11---
2- description : How to install packages with `pip`
2+ description : How to install Python packages using `pip`
33---
4- # Python package install
4+ # Install
55
66
77## Resources
Original file line number Diff line number Diff line change 11---
22description : Understanding versioning of Python packages
33---
4- # Python package versions
5-
4+ # Versions
65
76
87## Semantic versioning
2019
2120## Recommended pinning for safety
2221
23-
2422### Pinning
2523
2624Exact version lock
You can’t perform that action at this time.
0 commit comments