janvanlooy commited on
Commit
b97f6c3
1 Parent(s): c778782

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -68,14 +68,19 @@ We have prepared a sample fondant pipeline that limits the dataset to PNG files
68
  To execute the pipeline locally, you must have [docker compose](https://docs.docker.com/compose/),
69
  [Python](https://python.org) >=3.8 and [Git](https://git-scm.com/) installed on your system.
70
 
71
- You can then install Fondant by running:
72
 
73
- ```
74
  pip install fondant
75
  ```
76
 
77
- Then you can clone the GitHub repository, navigate to `examples/pipelines/filter-cc-25m`, and initiate the
78
- pipeline by executing:
 
 
 
 
 
79
 
80
  ```bash
81
  fondant run pipeline --local
 
68
  To execute the pipeline locally, you must have [docker compose](https://docs.docker.com/compose/),
69
  [Python](https://python.org) >=3.8 and [Git](https://git-scm.com/) installed on your system.
70
 
71
+ First install Fondant by running:
72
 
73
+ ```bash
74
  pip install fondant
75
  ```
76
 
77
+ Then clone the [Fondant GitHub repository](https://github.com/ml6team/fondant)
78
+
79
+ ```bash
80
+ git clone https://github.com/ml6team/fondant.git
81
+ ```
82
+
83
+ Then make sure that Docker Compose is running, navigate to `examples/pipelines/filter-cc-25m`, and initiate the pipeline by executing:
84
 
85
  ```bash
86
  fondant run pipeline --local