-
-
Notifications
You must be signed in to change notification settings - Fork 111
Installation
Leo Hanisch edited this page Nov 9, 2020
·
3 revisions
You can install the package with pip
from pypi.
Installing the library in a virtual environment is recommended:
# Create virtual environment
python3 -m venv .venv
source .venv/bin/activate
# Install swarmlib
pip install swarmlib
# Verify installation
swarm --version
Created with ❤️ by HaaLeo and contributors.