Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 877 Bytes

INSTALL.md

File metadata and controls

57 lines (30 loc) · 877 Bytes

🔧 Installation

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

⚙️ Pre-commit and Black

python3 -m pip install pre-commit black
pre-commit installed at .git/hooks/pre-commit

💻 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