Flowmill
Home
Blog
Free Trial
Search…
Welcome to Flowmill
Quick Start
Contact Us
About Flowmill
Why Network Observability
How Flowmill Works
What Flowmill Collects
Use Cases
Detecting Network Reliability and Performance Problems
Managing Network Transfer Costs
Analyzing Application Behavior
Getting Started
Prerequisites
Installing Agents
Managing Users
Installing the SDK
Authenticating API Requests
Using Flowmill
Service Explorer
Dashboards
Cost Dashboard
Monitors and Alerts
Product Walkthrough
API Reference
Alerts
Dashboards
Integrations
Monitors
System Overview
Tenants
Timeseries
Topology
Integrations
Kubernetes
PagerDuty
Slack
Nomad
Appendix
Agent Configuration Parameters
Troubleshooting and advanced configuration
Flowmill Youtube Channel
Flow Logs
About Flowmill Flow Logs
Powered By
GitBook
Installing the SDK
There are two supported methods for installing the Python SDK.
Install Directly from GitHub
You can use
Pip
to install directly from GitHub:
1
pip install git+https://github.com/Flowmill/flowmill-python-api.git
Copied!
Install Using Setuptools
Alternately, you can download the Flowmill SDK locally and install using
Setuptools
​
1
git clone git+https://github.com/Flowmill/flowmill-python-api.git
2
cd flowmill-python-api
3
python setup.py install --user
Copied!
Getting Started - Previous
Managing Users
Next - Getting Started
Authenticating API Requests
Last modified
1yr ago
Copy link
Contents
Install Directly from GitHub
Install Using Setuptools