-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding instructions to use add_snippets_to_file.py
- Loading branch information
1 parent
377abdf
commit cfba8a6
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Utilities for Google Cloud Client Library for Java | ||
========================== | ||
|
||
Adding Snippets | ||
---------- | ||
|
||
To add snippets to your source code file: | ||
``` | ||
$ python utilities/add_snippets_to_file.py <snippets_path> <class_path> | ||
``` | ||
|
||
For missing dependencies: | ||
``` | ||
$ sudo apt-get install python-pip | ||
$ sudo pip install virtualenv | ||
$ virtualenv env | ||
$ sudo pip install plyj | ||
``` |