You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,19 @@ These plugins are ready to use but are not included by default and are not maint
64
64
These requirements are for the computer running the core framework:
65
65
66
66
* Any Linux or MacOS
67
-
* Python 3.9+ (with Pip3)
67
+
* Python 3.10+ (with Pip3)
68
68
* Recommended hardware to run on is 8GB+ RAM and 2+ CPUs
69
-
* Recommended: GoLang 1.17+ to dynamically compile GoLang-based agents.
69
+
* Recommended: [GoLang 1.24+](https://go.dev/doc/install) to dynamically compile GoLang-based agents.
70
70
* NodeJS (v16+ recommended for v5 VueJS UI)
71
71
72
72
## Installation
73
73
74
+
Note: we HIGHLY recommend installing Caldera in a Python virtual environment to avoid issues with pip packages. You can use an existing environment if you wish or create a new one from scratch:
0 commit comments