Installation ============ Pip --- In order to install bikeability, it is strongly advised to create a fresh virtual environment .. code-block:: shell python -m venv /bikeability and activate it: .. code-block:: shell /bikeability/Scripts/activate Be sure that you are using a python version >= 3.10 The official supported way to install bikeability is using pip: .. code-block:: shell pip install bikeability