Installation ============ You can install the Fast-ER package directly from ``pip``: .. code-block:: python pip install fast-er-link Alternatively, you can install it from the `GitHub repository `_: .. code-block:: python pip install git+https://github.com/jacobmorrier/fast-er.git#egg=fast-er Technical Requirements ---------------------- The package's technical requirements are defined by its dependencies: #. `CuPy `_ #. `Matplotlib `_ #. `NumPy `_ #. `Pandas `_ .. warning:: An NVIDIA CUDA GPU with a Compute Capability of 3.0 or higher is required. .. tip:: CUDA-enabled GPUs are available for free through `Google Colab `_.