mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 22:29:56 +02:00
20 lines
383 B
Markdown
20 lines
383 B
Markdown
# Installation
|
|
|
|
This section will guide you through the installation process for Agentic Security.
|
|
|
|
## Prerequisites
|
|
|
|
- Python 3.11
|
|
- pip
|
|
|
|
## Installation Steps
|
|
|
|
1. Install the package using pip:
|
|
```bash
|
|
pip install agentic_security
|
|
```
|
|
|
|
## Troubleshooting
|
|
|
|
If you encounter any issues during installation, please refer to the [troubleshooting guide](#) or contact support.
|