InstallationΒΆ

To install PyGamLab, you can either use pip or clone the repository.

  1. Using pip:

    You can easily install PyGamLab with pip by running:

    pip install pygamlab
    
  2. Using Git:

    Alternatively, you can clone the repository and install it manually. To clone the repository:

    git clone https://github.com/APMaii/pygamlab.git
    

    Then, navigate to the cloned directory and install it using pip:

    cd pygamlab
    pip install .