Skip to content

The business domain centric python micro-framework

License

Notifications You must be signed in to change notification settings

mediapills/core

Repository files navigation

GitHub Workflow Actions Status License: MIT

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 Mac OS

To install package run:

python3 -m venv mediapills

source mediapills/bin/activate

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

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/core.git@main#egg=mediapills.core