janvanlooy commited on
Commit
c778782
1 Parent(s): 3c21c0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -65,13 +65,13 @@ This dataset can be used for training or fine-tuning image generation or compute
65
 
66
  We have prepared a sample fondant pipeline that limits the dataset to PNG files and downloads the images.
67
 
68
- To execute the pipeline locally, you must have [docker compose](https://docs.docker.com/compose/) and
69
- [Python](https://python.org) >=3.8 installed on your system.
70
 
71
  You can then install Fondant by running:
72
 
73
  ```
74
- pip install fondant[pipelines]
75
  ```
76
 
77
  Then you can clone the GitHub repository, navigate to `examples/pipelines/filter-cc-25m`, and initiate the
 
65
 
66
  We have prepared a sample fondant pipeline that limits the dataset to PNG files and downloads the images.
67
 
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