Installation#
Installing via pip#
The preferred way to install swick is via pip. From a command prompt, simply:
pip install swick
Or to upgrade to the latest version:
pip install swick --upgrade
Uninstalling via pip#
The command for uninstalling swick is similar:
pip uninstall swick