Update script to use python3 command

This commit is contained in:
kozbial
2021-08-09 14:00:17 -07:00
committed by Monica Kozbial
parent b35b8aa603
commit 2a62c06a92
7 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ See the current project: `gcloud config get-value project`
Start a venv: `python3 -m venv venv && source venv/bin/activate`
Inside your vm run `pip install google-cloud-ndb`
Run the script: `python add_timestamps.py`
Run the script: `python3 add_timestamps.py`
"""
__author__ = "fenichel@google.com (Rachel Fenichel)"