Note, before implementation were added as submodule. Now we only consider Docker containers installation. (To be updated)
python3 -m pip install pre-commit black
pre-commit installed at .git/hooks/pre-commit
See Dockerfile for dependencies and commands
# For a full installation including all dependencies and configurations:
IMPLEM="picoquic" make build-docker
# For first installation
make install
# For modification:
# For major update in ivy:
make build-docker-compose-full
# For a minor update in some implementation:
make build-docker-compose
# To clean Docker images and system:
make clean-docker-full