Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.04 KB

install.md

File metadata and controls

48 lines (30 loc) · 1.04 KB

Vimana Framework v0.8 - Installation Guide

image

Python Version

Using Curl

curl -s https://raw.githubusercontent.com/s4dhulabs/vimana-framework/main/scripts/abduct | bash

Using setup script

git clone https://github.com/s4dhulabs/vimana-framework.git && cd vimana-framework
source scripts/setup

These two options above set a Python3.9 virtual environment to run the framework, the most recommended way to try Vimana out lately (if you're running it in your OS).

Using Docker

  1. Build the Docker image:
docker build -t vimana https://github.com/s4dhulabs/vimana-framework.git
git clone https://github.com/s4dhulabs/vimana-framework.git && cd vimana-framework
sudo sh scripts/build
  1. Run the Docker image:
docker run -it vimana_framework:v0.8 

GitActions

soon...