diff --git a/INSTALL.md b/INSTALL.md index 9932c98..bb77a1a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -53,7 +53,7 @@ git clone git@github.com:sdv-dev/SDGym cd SDGym git checkout main git checkout -b -make install-develp +make install-develop ``` For more details about how to contribute to the project please visit the [Contributing Guide]( diff --git a/sdgym/cli/utils.py b/sdgym/cli/utils.py index 7240532..0895720 100644 --- a/sdgym/cli/utils.py +++ b/sdgym/cli/utils.py @@ -4,7 +4,6 @@ import pandas as pd import tqdm -from anyio import Path from sdgym.datasets import DATASETS_PATH, load_dataset from sdgym.s3 import get_s3_client, is_s3_path, parse_s3_path