diff --git a/INSTALLING_DEPENDENCIES.md b/INSTALLING_DEPENDENCIES.md new file mode 100644 index 0000000..3c90f73 --- /dev/null +++ b/INSTALLING_DEPENDENCIES.md @@ -0,0 +1,7 @@ +# Installing Dependencies + +# Updating and Upgrading pip + +```sh +python -m pip install --upgrade pip +``` diff --git a/RFC/HTTP_RFC.md b/RFC/HTTP_RFC.md new file mode 100644 index 0000000..5d8e979 --- /dev/null +++ b/RFC/HTTP_RFC.md @@ -0,0 +1,11 @@ +# RFC 9110 + +# HTTP Semantics + +## Abstract + +The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes. + +This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230. + +[RFC 9110 Source](https://datatracker.ietf.org/doc/html/rfc9110) diff --git a/SETTING_UP_A_PYTHON_DEVELOPMENT_ENVIRONMENT.md b/SETTING_UP_A_PYTHON_DEVELOPMENT_ENVIRONMENT.md index 4888237..68a7240 100644 --- a/SETTING_UP_A_PYTHON_DEVELOPMENT_ENVIRONMENT.md +++ b/SETTING_UP_A_PYTHON_DEVELOPMENT_ENVIRONMENT.md @@ -14,7 +14,6 @@ Activating the virtual environment: # Other Relevant Documentation -[Running python executables under UNIX](RUNNING_PYTHON_EXECUTABLES_UNDER_UNIX.md) - [Installing Dependencies](INSTALLING_DEPENDENCIES.md) +[Running python executables under UNIX](RUNNING_PYTHON_EXECUTABLES_UNDER_UNIX.md)