Installation
Prerequisites
Pypulate requires:
- Python 3.7 or higher
- NumPy 1.20.0 or higher
Installing from PyPI
The easiest way to install Pypulate is using pip:
This will install Pypulate and all its dependencies.
Installing from Source
If you want to install the latest development version, you can install directly from the GitHub repository:
Development Installation
For development purposes, you can clone the repository and install in development mode:
This will install the package in development mode, allowing you to modify the code and see the changes immediately without reinstalling.
Verifying Installation
You can verify that Pypulate is installed correctly by importing it in Python:
This should print the version number of Pypulate.