Skip to content

Commit 6afb394

Browse files
committed
gbq install adjustment
1 parent 0fd4499 commit 6afb394

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/io/gbq.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ def _try_import():
1414
"the pandas-gbq package is not installed\n"
1515
"see the docs: https://pandas-gbq.readthedocs.io\n"
1616
"\n"
17-
"you can install via:\n"
18-
"pip install pandas-gbq\n")
17+
"you can install via pip or conda:\n"
18+
"pip install pandas-gbq\n"
19+
"conda install pandas-gbq -c conda-forge\n")
1920

2021
return pandas_gbq
2122

0 commit comments

Comments
 (0)