Low level ecoact generic code. Aimed at being published in open source with poetry
You are strongly encouraged to install this package via Docker.
Starting from a project with a Docker file:
- add the module ecodev-core in the
requirements.txt
file - make sure the
.env
file includes all required fields (seeBaseSettings
andAuthenticationConfiguration
) - build the new version of the Docker container (typically
docker build --tag xxx .
) - run it with docker compose (
dc up -d
).
Please find it in the associated mkdoc website!