From aeff496cda7b9df3c2a7efc5272f9cd95f2390c7 Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Fri, 31 Oct 2025 10:50:47 -0400 Subject: [PATCH] Add Getting Started --- Getting-Started.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Getting-Started.md diff --git a/Getting-Started.md b/Getting-Started.md new file mode 100644 index 0000000..3277a3b --- /dev/null +++ b/Getting-Started.md @@ -0,0 +1,19 @@ +# Getting Started + +## Requirements +- Python 3.11+ +- Dependencies (specified in `requirements.txt`) +- Access to Airlock server with appropriate credentials + +## Installation + +1. **Clone the repository:** +```bash +git clone -b Refactor https://git.racooncity.org/brotoskyj/AirlockTools.git +cd AirlockTools + +2. ```pip install -r requirements.txt``` + +3. Modify default_system_config.json to match your Airlock server setup. + +- Set credentials, API endpoints, and default policy groups as required. \ No newline at end of file