Installation
Get started with installing Peargent in your Python environment.
To install Peargent python package, you can use pip or uv. It's recommended to install Peargent inside a virtual environment (venv) to manage dependencies effectively.
pip install peargentuv pip install peargentIf you don't have a virtual environment set up, you can create one using the following commands:
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`After activating the virtual environment, run the pip install command above to install Peargent.