Skip to content

Commit

Permalink
Update start doc to specify recommended python version (#6370)
Browse files Browse the repository at this point in the history
* Update start doc to specify recommended python version

Using python version's less than 3.11 result in error

* nit

delete comma

* nit

* mv to auth section
  • Loading branch information
senecameeks authored Dec 6, 2023
1 parent be7b059 commit 6d437c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorials/google/start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,9 @@
"`gcloud auth application-default login`\n",
"\n",
"This will open up a browser window or give you a link to a webpage you can navigate to in order to go through an authentication flow. Complete this using your Google account. After this command is run, credentials will be stored on your local machine. If at any point you want to revoke these credentials you can run `gcloud auth application-default revoke`. These credendtials typically\n",
"need to be renewed once each day."
"need to be renewed once each day.\n",
"\n",
"It is recommended that your colab runs using Python 3.11 or greater."
]
},
{
Expand Down

0 comments on commit 6d437c4

Please sign in to comment.