Skip to content

Commit ea70603

Browse files
xingyousongcopybara-github
authored andcommitted
Add dev version in README
PiperOrigin-RevId: 695079955
1 parent 5cb2392 commit ea70603

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pip install google-vizier[jax]
7575
```
7676

7777
### Advanced Installation
78-
**Minimal version:** To install only the core service and client APIs from `requirements.txt`, run:
78+
**Minimal installation:** To install only the core service and client APIs from `requirements.txt`, run:
7979

8080
```bash
8181
pip install google-vizier
@@ -101,6 +101,12 @@ which installs add-ons from `requirements-X.txt`. Possible options:
101101
* `requirements-benchmarks.txt`: Additional repositories (e.g. NASBENCH-201) for benchmarks.
102102
* `requirements-test.txt`: Libraries needed for testing code.
103103

104+
**Developer installation:** To install up to the latest commit, run:
105+
106+
```bash
107+
pip install google-vizier-dev[X]
108+
```
109+
104110
Check if all unit tests work by running `run_tests.sh` after a full installation. OSS Vizier requires Python 3.10+, while client-only packages require Python 3.8+.
105111

106112
## Citing and Highlights <a name="citing_vizier"></a>

0 commit comments

Comments
 (0)