curl -s https://raw.githubusercontent.com/s4dhulabs/vimana-framework/main/scripts/abduct | bash
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).
- 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
- Run the Docker image:
docker run -it vimana_framework:v0.8
soon...