How to install ============== swh-dataportal depends on multiple python packages and some NodeJS ones to build the static website. As usual with Python packages, it's recommended to use a virtual environment to isolate the application's dependencies. .. code-block:: console python3 -m venv ./venv ./venv/bin/pip install . npm install You are now ready to use the :doc:`CLI ` and build the website.