Installation#

To install pysolve-gn, you can use the following command:

pip install pysolve-gn

Or install it directly from the GitHub repository using:

pip install git+https://github.com/Artezaru/pysolve-gn.git

Requiements#

The following dependencies are required to use pysolve-gn:

Importing the Package#

After installing the package, you can import it in your Python code using:

import pysolvegn

Note

The package is named pysolvegn and not pysolve-gn when importing in Python. Make sure to use the correct name when importing the package.