Installation ============ You can either install the project from Pypi: .. code-block:: bash pip install ocpp Or clone the project and install it manually using: .. code-block:: bash pip install . **Dependencies** - Python 3.7 or higher - The project also requires a websocket library. We recommend using `websockets`_: .. code-block:: bash pip install websockets .. _websockets: https://pypi.org/project/websockets/