InstallationΒΆ
To install PyGamLab, you can either use pip or clone the repository.
Using pip:
You can easily install PyGamLab with pip by running:
pip install pygamlab
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 .