12/12/2024

PyGyat Installation Guide

Installation Methods

Using pip

You can install PyGyat directly from PyPI using pip:

$ pip install pygyat

From Git Repository

To install from the git repository:

  1. Clone the repository
$ git clone https://github.com/shamith09/pygyat.git
  1. Navigate to the directory and install
$ cd pygyat
$ pip install .

Uninstallation

To remove PyGyat from your system:

$ pip uninstall pygyat

VS Code Extension

To enhance your PyGyat development experience, install the VS Code extension:

  1. Visit the Visual Studio Marketplace
  2. Click "Install" button
  3. Follow the installation prompts in VS Code

The extension provides syntax highlighting for .gyat files in Visual Studio Code.

Requirements

  • Python 3.x
  • pip package manager
  • Git (for repository installation method)

Post-Installation Verification

After installation, verify PyGyat is working correctly:

$ pygyat --version

You should see the current version of PyGyat displayed if the installation was successful.