Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 594 Bytes

INSTALLATION_GUIDE.md

File metadata and controls

31 lines (19 loc) · 594 Bytes

CrowdSec Logo

CrowdSec CAPI Python SDK

Installation Guide

Table of Contents

Requirements

  • Python >= 3.9

Installation

pip install cscapi

If you want to use a MongoDB implementation, you can run:

pip install cscapi[mongodb]