Skip to content

Commit

Permalink
fix: Update readme about installation (#295)
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
  • Loading branch information
gaocegege authored Jun 13, 2022
1 parent 3bf2710 commit 5cf52ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,12 @@ Get started by **creating a new envd environment**.

### Install envd

You can download the binary from the [latest release page](https://github.com/tensorchord/envd/releases/latest), and add it in `$PATH`.
envd can be installed with `pip`. After the installation, please run `envd bootstrap` to bootstrap.

After the download, please run `envd bootstrap` to bootstrap.
```bash
pip install --pre envd
envd bootstrap
```

> You can add `--dockerhub-mirror` or `-m` flag when running `envd boostrap`, to configure the mirror for docker.io registry:
>
Expand Down

0 comments on commit 5cf52ec

Please sign in to comment.