Installation¶
With pip
¶
This package is available on PyPi, so you can install the latest stable release and its dependencies with a simple pip
call:
$ pip install extra-platforms
See also pip installation instructions.
Main dependencies¶
This is a graph of the default, main dependencies of the Python package:
Extra dependencies¶
To get additional utilities for Pytest, you may need to install extra dependencies:
$ pip install extra-platforms[pytest]
Naming¶
[!TIP] I wanted to call this package
platforms
, but it’s already taken on PyPI. So I went withextra-platforms
instead, to mark its affiliation with Click Extra.