Skip to content

Commit 9ed5364

Browse files
djmailhotJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Add interpreter requirements to Authoring Guide (GoogleCloudPlatform#1386)
Add requirements for python interpreters, including an example command to install with apt-get.
1 parent c7c83df commit 9ed5364

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

AUTHORING_GUIDE.md

+7
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,13 @@ if __name__ == '__main__':
416416

417417
## Running tests and automated tools
418418

419+
### Installing interpreters
420+
421+
You need python 2.7 and 3.6, and the dev packages for each.
422+
423+
For example, to install with apt you'd use:
424+
`apt-get install python2.7 python2.7-dev python3.6 python3.6-dev`
425+
419426
### Using nox
420427

421428
The testing of `python-docs-samples` is managed by

0 commit comments

Comments
 (0)