Installing VG Language
VG Language is easy to install on Windows. Follow the steps below to set up VG Language on your system.
Windows Installation 🖥️
- Download the VG Language installer
2. Run the installer (VGSetup.exe) and follow the on-screen instructions.
- If installed correctly, it will display the VG Language version.
Important: Running VG Programs
Always run VG Language programs from a terminal (Command Prompt or PowerShell), not by directly clicking on the executable file.
- Open Command Prompt or PowerShell
- Navigate to your project directory using
cd
command - Run a VG script:
This executes my_script.vg in the VG Language interpreter. Running from the terminal ensures that the packages directory is properly located and libraries can be loaded correctly.