Skip to content
/ vivt Public

CLI for the Vast Programming Lanaguge, Vast Integrated Virtual Tool (vivt)

License

Notifications You must be signed in to change notification settings

Silicon27/vivt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord

Vivt CLI Tool Setup Guide

Clone the Repository

First, clone the vivt repository from GitHub:

1. clone and go to the vivt directory

git clone https://github.com/Silicon27/vivt.git
cd vivt

2. install all dependencies

pip install -r requirements.txt

3. make vivt an executable

chmod +x vivt.py

4. move vivt to the users bin

mv vivt.py ~/bin/vivt
mv ~/vivtfiles ~/bin/

To make sure bin exists within your PATH, run:

echo $PATH

If ~/bin is not listed, you can add it by modifying your shell configuration file (~/.bash_profile, ~/.bashrc, ~/.zshrc, etc.):

echo 'export PATH="$HOME/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile  # Refresh the current shell session

About

CLI for the Vast Programming Lanaguge, Vast Integrated Virtual Tool (vivt)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages