Skip to content

Commit 856a5ab

Browse files
fabianbergermanngemini-code-assist[bot]fmind
authored
docs(fix): PyInvoke replaced by just (#70)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Médéric Hurier (Fmind) <[email protected]>
1 parent 1c5ea73 commit 856a5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ This package provides a simple deterministic strategy implemented in `src/[packa
913913

914914
A DAG can express the dependencies between steps while keeping the individual step independent.
915915

916-
This package provides a simple DAG example in `tasks/dags.py`. This approach is based on [PyInvoke](https://www.pyinvoke.org/).
916+
This package provides a DAG example in `tasks/project.just`. The approach is based on [Just](https://just.systems/man/en/introduction.html) and is explained in the section on Automation above.
917917

918918
In production, we recommend to use a scalable system such as [Airflow](https://airflow.apache.org/), [Dagster](https://dagster.io/), [Prefect](https://www.prefect.io/), [Metaflow](https://metaflow.org/), or [ZenML](https://zenml.io/).
919919

0 commit comments

Comments
 (0)