Installation
To install GFuncPy from PyPI, run:
pip install gfuncpy
For Development or Local Testing
To install the package locally for development:
git clone https://github.com/beginnersc/gfuncpy.git
cd gfuncpy
pip install -e .
Compatibility
Python version: 3.12+
Platform: Cross-platform (Linux, macOS, Windows)