Quickstart
Installation
Using pip
grogupy can be quickly installed via pip from PyPI.
pip install grogupy
The plotting, MPI acceleration and GPU aceleration parts of the package are optional, but they can also be download via pip.
pip install grogupy[viz,gpu,mpi]
Using source code
If you want to use the latest development version, first go to an empty directory and clone the git repository. Then you can build the wheel and install with pip.
git clone https://github.com/danielpozsar/grogupy.git
python -m build
pip install dist/grogupy-VERSION_NUMBER-py3-none-any
Or install it directly through pip.
pip install git+https://github.com/danielpozsar/grogupy.git