Skip to content

Commit 2f2163b

Browse files
committed
Docs
1 parent cc54498 commit 2f2163b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Note that the environment variable `$API_TOKEN` will override `api_token` in `dv
3737

3838
## Adding a custom dataset with specific number of files
3939

40-
If you want to create a dataset that include a specific number of Dataverse logos with randomized color you can use:
40+
You can add a specific number of files to the dataset "Dataverse performance test dataset" with:
4141

4242
python create_sample_custom_dataset.py
4343

44-
You will require to input how many files do you want to create, this step has to be done before you add the sample data or the dataset Dataverse performance test dataset will be empty.
44+
You will be asked how many files do you want to create and will generate the specified number of files with the dataverse logo with a random color with the PNG extension. This step has to be done before you add the data or the dataset will be empty.
4545

46-
If you experience any cairo errors please declare the following env variable as documented [here](https://github.com/Kozea/CairoSVG/issues/392#issuecomment-1927435606
46+
If you experience the `OSError: no library called "cairo-2" was found` error please declare the following env variable as documented [here](https://github.com/Kozea/CairoSVG/issues/392#issuecomment-1927435606
4747
):
4848

4949
export DYLD_LIBRARY_PATH="/opt/homebrew/opt/cairo/lib:$DYLD_LIBRARY_PATH"

0 commit comments

Comments
 (0)