Installation¶
Prerequisites¶
Python 3.10 or higher
A Pinecone account and API key
Install with pip¶
pip install pinecone
Install with uv¶
uv add pinecone
Verify the installation¶
python -c "import pinecone; print(pinecone.__version__)"
You should see the installed version number printed, for example 9.0.0.