Skip to content

Python object-oriented layer for the HTTP specification

License

Notifications You must be signed in to change notification settings

mediapills/http-foundation

Repository files navigation

GitHub Workflow Actions Status License: MIT Requirements Status

Install

These instructions will install package. This is a Python package that supports Python 3 on Linux, MacOS and Windows. We recommend using Python 3.6 or higher.

Linux and MacOS

To install package run:

python3 -m venv mediapills

source mediapills/bin/activate

pip install git+ssh://git@github.com/mediapills/http_foundation.git@main#egg=mediapills.http_foundation

Windows (CMD/PowerShell)

To install package on Windows (CMD/PowerShell)

To install package run:

python3 -m venv mediapills

./mediapills/bin/activate

pip install git+ssh://git@github.com/mediapills/http_foundation.git@main#egg=mediapills.http_foundation