Installation ============ Install library ~~~~~~~~~~~~~~~ Extrawest OCPI is available on PyPI - to install it run: .. code-block:: sh 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: .. code-block:: sh python -m pip install uvicorn Next steps ~~~~~~~~~~ That’s it! Once installed, you are ready to create your first OCPI application. See :doc:`tutorial/index` for more.