Skip to content

The console command line python micro-framework

License

Notifications You must be signed in to change notification settings

mediapills/console

Repository files navigation

GitHub Workflow Actions Status License: MIT Requirements Status

CAUTION!

MediaPills Console package is on "active development".

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

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