Development# With Docker# # Inside the root folder docker build -t tracarbon ./ # Build with Docker docker run -it tracarbon bash With Poetry# # Setup Python make init # List everything make help