Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ v14.1.0

### With Docker


This project development tools have been containerized using [**docker**](https://www.docker.com/).
Therefore, to use an execution sandbox, it requires **docker** to be installed on the development
machine.
Therefore, to use an execution sandbox, it requires **docker** to be installed on the development machine.

> **Note:** The Docker container already installs Python (`python3`) and related build tools. If you encounter errors about missing Python when installing dependencies, it is likely already available inside the container. If you need additional Python tools (like `pip`), you may need to update the Dockerfile accordingly.

1. Setup _docker_.

Expand Down
Loading