Curl Cheatsheet
Sections
Basic Curl Commands
Fetch a page |
|
Fetch a page, following redirects |
|
Insecure, don’t validate certificates |
|
-
Trying a callout in a bullet list <1>
Deleting secondary dependencies, not so easy, hacky solution? :(
-
Capture your dependencies
pip freeze > requirements.ym;
-
Edit
requirements.yml
removing unwanted dependencies -
Make a new virtualenv
-
Install your new dependencies list
pip install -r requirements.yml