Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ed5364

Browse filesBrowse files
djmailhotJon Wayne Parrott
authored andcommitted
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
Copy full SHA for 9ed5364

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

‎AUTHORING_GUIDE.md

Copy file name to clipboardExpand all lines: AUTHORING_GUIDE.md
+7Lines changed: 7 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.