diff --git a/README.md b/README.md index 0080d6c..3a6f0c4 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,8 @@ And, of course, Iceberg tables! Currently supported are writing to a Glue or generic SQL catalog. +Install with the `iceberg` module: `pip install faker-cli[iceberg]` + ```bash fake -n 10 pyint,user_name,date_this_year -f iceberg -C glue://default.iceberg_sample -o s3://YOUR_BUCKET/iceberg-data/ ```