Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 811 Bytes

INSTALL.md

File metadata and controls

54 lines (29 loc) · 811 Bytes

🔧 Installation

Note, before implementation were added as submodule. Now we only consider Docker containers installation. (To be updated)

python3 -m pip install pre-commit
pre-commit install

💻 Local Installation (Not Recommended)

See Dockerfile for dependencies and commands

🐳 Single implementation

# For a full installation including all dependencies and configurations:
IMPLEM="picoquic" make build-docker

🐳 WebApp (Recommended)

# 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

⚠️ Clean Up

# To clean Docker images and system:
make clean-docker-full