Installation¶
Install library¶
Extrawest OCPI is available on PyPI - to install it run:
python -m pip install extrawest-ocpi
Install supported ASGI-server¶
Make sure to install any ASGI-server supported by fastapi. Let’s install uvicorn as an example:
python -m pip install uvicorn
Next steps¶
That’s it! Once installed, you are ready to create your first OCPI application. See Tutorial for more.