Note
Change every package_name
instance of the template before usage.
package_name description.
This project uses Poetry for dependency management and packaging.
This project also depends on Python version 3.10 so make sure you have a Python available with the corresponding version.
First, install Poetry as follow:
curl -sSL https://install.python-poetry.org | python3.10 -
Then, you can install the project as follow:
bash scripts/install.sh
You can run any command in the project as follow:
poetry run <your-command>
You can run the package in Docker
as follow:
docker build -t package_name docker/
docker run -it -v .:/workspaces/package_name package_name