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:
NumPy: (https://numpy.org/) A fundamental package for scientific computing.
SciPy: (https://scipy.org/) A library used for scientific and technical computing.
Matplotlib: (https://matplotlib.org/) A plotting library for creating static, animated, and interactive visualizations in Python.
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.