Skip to content

Installation Instructions

Chris Hammond edited this page Aug 4, 2023 · 1 revision

Installation

Note: the instructions provided on this page are intended for end users. If you want to develop Falcon Toolkit, consult the Development page.

Falcon Toolkit is an open source Python application published to PyPI, which means you can install it on any system that meets the basic set of requirements of Python 3.9 (or higher), and a Python package manager. For ease of use, CrowdStrike recommends that you use pipx, a tool that can configure a virtual environment for Falcon Toolkit so that all its dependencies and code are kept completely separate from your system's OS-wide Python installation.

Clone this wiki locally