-
Notifications
You must be signed in to change notification settings - Fork 25
Deployment Guide
Arpan Sarkar edited this page Mar 11, 2024
·
12 revisions
Deploying Halberd is super easy (but hey its ok if its a star-crossed day 🤷🏻♂️).
- Python3
- pip
-
Git (optional)
- To get Halberd without Git, download it directly from GitHub here
Halberd can be installed in few minutes. Halberd is supported on Linux, macOS & Windows. Checkout the deployment guide for each platform.
$ git clone https://github.com/vectra-ai-research/Halberd.git
$ cd Halberd
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python3 Halberd.py
$ git clone https://github.com/vectra-ai-research/Halberd.git
$ cd Halberd
$ python3 -m venv venv
$ .\venv\Scripts\activate
$ pip install -r requirements.txt
$ python Halberd.py