Skip to content

Commit

Permalink
Adding instructions to use add_snippets_to_file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
snehashah16 committed Sep 7, 2017
1 parent 377abdf commit cfba8a6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions utilities/README.md
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
```

0 comments on commit cfba8a6

Please sign in to comment.