You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ pip install google-vizier[jax]
75
75
```
76
76
77
77
### 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:
79
79
80
80
```bash
81
81
pip install google-vizier
@@ -101,6 +101,12 @@ which installs add-ons from `requirements-X.txt`. Possible options:
101
101
*`requirements-benchmarks.txt`: Additional repositories (e.g. NASBENCH-201) for benchmarks.
102
102
*`requirements-test.txt`: Libraries needed for testing code.
103
103
104
+
**Developer installation:** To install up to the latest commit, run:
105
+
106
+
```bash
107
+
pip install google-vizier-dev[X]
108
+
```
109
+
104
110
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+.
105
111
106
112
## Citing and Highlights <aname="citing_vizier"></a>
0 commit comments