Skip to content

Commit

Permalink
update README with pypi project name (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhou Fang authored Jan 13, 2024
1 parent 5891c32 commit e9bf757
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)):
Expand Down
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
name = "space"
name = "space-datasets"
version = "0.0.1"
authors = [{ name = "Space team", email = "[email protected]" }]
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",
Expand Down

0 comments on commit e9bf757

Please sign in to comment.