Skip to main content

Installation

Installing slackblocks

You can install slackblocks using any Python package manager with access to PyPI. Installation commands for some of the more popular ones are included below.

pip install slackblocks

slackblocks is a pure Python package and is published automatically to PyPI as Python wheels whenever a new version is released.

As of version `v0.1.0`` it has no dependencies outside of the Python standard library.

Uninstalling slackblocks

If, for whatever reason, you need to remove slackblocks from your environment you can do so with the following commands:

pip uninstall slackblocks