Skip to content

Commit

Permalink
Update README to note the new pip install command (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardhan33 authored Mar 12, 2024
1 parent 175f6c4 commit a0de75f
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 80 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ Note that the Dataflux Dataset for PyTorch library is in an early preview stage
### Installation

```shell
git clone --recurse-submodules https://github.com/GoogleCloudPlatform/dataflux-pytorch
cd dataflux-pytorch
pip install .
pip install gcs-torch-dataflux
```

### Configuration
Expand Down
4 changes: 2 additions & 2 deletions demo/image-segmentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ We will spin up a [Ray cluster](https://docs.ray.io/en/latest/cluster/key-concep

> **_NOTE:_** It would be best to run the following steps on your workstation with a display device so you can see the Ray dashboard using a browser.
1. Clone the `dataflux-pytorch` repository and go to the working directory.
1. Clone the `dataflux-pytorch` repository, install the packages and go to the working directory.
```shell
git clone --recurse-submodules https://github.com/GoogleCloudPlatform/dataflux-pytorch
cd dataflux-pytorch
pip install .
pip install gcs-torch-dataflux
cd demo/image-segmentation
```
2. [Install Ray](https://docs.ray.io/en/latest/ray-overview/installation.html).
Expand Down
Loading

0 comments on commit a0de75f

Please sign in to comment.