3.2. Installing this project

This project has a few major components:

docs/

documentation of the SO:UK Data Centre with a focus on software deployment.

src/souk/

a Python library under the namespace of souk, intended to be convenient utilities to assist interacting and using the SO:UK Data Centre resource. It is currently empty but is required to be installed in order for the documentation to be built successfully (because API doc is built automatically).

3.2.1. Installing the environment

3.2.1.1. Using pip

python -m pip install .
# or if you want to install in editable mode
python -m pip install -e .