diff --git a/README.md b/README.md index 03b0ff8..7f12a9f 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,9 @@ Please read [the design](docs/design.md) for more details. ### Install and Setup -Install from code: +Install: ```bash -cd python -pip install .[dev] +pip install space-datasets ``` Optionally, setup [GCS FUSE](https://cloud.google.com/storage/docs/gcs-fuse) to use files on Google Cloud Storage (GCS) (or [S3](https://github.com/s3fs-fuse/s3fs-fuse), [Azure](https://github.com/Azure/azure-storage-fuse)): diff --git a/python/pyproject.toml b/python/pyproject.toml index dce8ce5..470f20e 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,8 +1,8 @@ [project] -name = "space" +name = "space-datasets" version = "0.0.1" authors = [{ name = "Space team", email = "no-reply@google.com" }] -description = "A storage framework for machine learning datasets" +description = "Unified storage framework for machine learning datasets" license = { text = "Apache-2.0" } classifiers = [ "License :: OSI Approved :: Apache Software License",