File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
tensorboard_plugin_fairness_indicators Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ https://pypi-nightly.tensorflow.org on Google Cloud. To install the latest
47
47
nightly package, please use the following command:
48
48
49
49
``` bash
50
- pip install -i https://pypi-nightly.tensorflow.org/simple fairness-indicators
50
+ pip install --extra-index-url https://pypi-nightly.tensorflow.org/simple fairness-indicators
51
51
```
52
52
53
53
This will install the nightly packages for the major dependencies of Fairness
Original file line number Diff line number Diff line change 261
261
the following command:
262
262
263
263
```
264
- pip install -i https://pypi-nightly.tensorflow.org/simple fairness-indicators
264
+ pip install --extra-index-url https://pypi-nightly.tensorflow.org/simple fairness-indicators
265
265
```
266
266
267
267
Note: These nightly packages are unstable and breakages are likely to
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ https://pypi-nightly.tensorflow.org on Google Cloud. To install the latest
36
36
nightly package, please use the following command:
37
37
38
38
``` bash
39
- pip install -i https://pypi-nightly.tensorflow.org/simple tensorboard-plugin-fairness-indicators
39
+ pip install --extra-index-url https://pypi-nightly.tensorflow.org/simple tensorboard-plugin-fairness-indicators
40
40
```
41
41
42
42
This will install the nightly packages for the major dependencies of Tensorboard
Original file line number Diff line number Diff line change 250
250
the following command:
251
251
252
252
```
253
- pip install -i https://pypi-nightly.tensorflow.org/simple tensorboard-plugin-fairness-indicators
253
+ pip install --extra-index-url https://pypi-nightly.tensorflow.org/simple tensorboard-plugin-fairness-indicators
254
254
```
255
255
256
256
Note: These nightly packages are unstable and breakages are likely to
You can’t perform that action at this time.
0 commit comments