|
1 | 1 | gaenv - Command line utility for managing appengine thirdparty packages
|
2 |
| ------------------- |
| 2 | +*********************************************************************** |
3 | 3 |
|
4 |
| -Installation:: |
| 4 | +Install |
| 5 | +======= |
5 | 6 |
|
6 |
| - $ sudo pip install gaenv |
| 7 | +Simply run the following:: |
7 | 8 |
|
8 |
| -Or download directly at [PyPI](https://pypi.python.org/pypi/gaenv) |
| 9 | + $ python setup.py install |
9 | 10 |
|
| 11 | +or `PyPi`_:: |
10 | 12 |
|
11 |
| -Example Usage:: |
| 13 | + $ pip install reststore |
| 14 | + |
| 15 | + |
| 16 | +Example Usage |
| 17 | +============= |
| 18 | + |
| 19 | +Note that this not run "pip install -r requirements.txt" so you'll have to run it manually first before running this:: |
12 | 20 |
|
13 | 21 | Create a requirements.txt and put all requirements then run
|
14 | 22 | $ gaenv
|
15 | 23 | For more
|
16 | 24 | $ gaenv -h
|
17 | 25 | or with python extracted source
|
18 |
| - python gaenv-0.x.x/ggaenv -h |
| 26 | + $ python gaenv-0.x.x/ggaenv -h |
19 | 27 |
|
20 |
| -Note that this not run "pip install -r requirements.txt" so you'll have to run it manually first before running this. |
21 |
| - |
22 | 28 |
|
23 | 29 | This will create symbolic links from your default python version packages to
|
24 | 30 | the current directory that you execute it on. By default it will create
|
25 | 31 | gaenv_lib folder with all packages in your requirements.txt and will
|
26 | 32 | ask you if you want this utility to insert the import statement that updates
|
27 | 33 | your sys.path, or you can just do it manually.
|
28 | 34 |
|
29 |
| -If you have questions/suggestions you can contact me at [contact form here](http://www.altlimit.com) |
| 35 | +Change log |
| 36 | +========== |
| 37 | + |
| 38 | +0.1.4 (2013-06-15) |
| 39 | + |
| 40 | + * added run from source |
| 41 | + |
| 42 | +0.1 (2013-06-13) |
| 43 | + |
| 44 | + |
| 45 | +Links |
| 46 | +===== |
| 47 | +* `github.com`_ - source code |
| 48 | +* `altlimit.com`_ - website |
| 49 | + |
| 50 | +.. _github.com: https://github.com/faisalraja/gaenv |
| 51 | +.. _PyPi: https://pypi.python.org/pypi/gaenv |
| 52 | +.. _altlimit.com: http://www.altlimit.com |
0 commit comments