Installation Guide

Prerequisites

Before installing Gossip-lang, ensure that you have Python 3.10.0 or a higher version installed on your system.

Installation

  1. Clone the Gossip-lang GitHub repository using the following command in your terminal:

git clone https://github.com/plugyawn/gossip.git
  1. Navigate to the gossip directory using the following command:

cd gossip
  1. Install the required packages using the following command:

pip install -r requirements.txt

This will install all the required dependencies listed in the requirements.txt file.

  1. Optionnally, you can create a virtual environment using the following command:

pipenv install -r requirements.txt
pipenv shell

This will create a virtual environment and install all the required dependencies listed in the requirements.txt file.

  1. Congratulations, you have successfully installed Gossip-lang! Head on over to the usage guide to learn how to use Gossip-lang.