Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 939 Bytes

Installation.rst

File metadata and controls

45 lines (28 loc) · 939 Bytes

Installation Guide

Contents

|project| is compatible with: Python 3.6+.

PyPi

PyPI

command to install package latest version:

pip install -U |project|

command to install version with additional dev dependencies:

pip install -U |project|[dev]

Docker hub

Docker

command to create container with pre-installed package and run shell:

docker run -it |author|/|project|