Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sng2c/bookseriesapi

BookSeriesApi
https://github.com/sng2c/bookseriesapi

Last synced: about 2 months ago
JSON representation

BookSeriesApi

Awesome Lists containing this project

README

        

[Google App Engine Path Settings]

* in linux..
sudo ln -s GAE_SDK_PATH /usr/local/google_appengine

* in OSX
sudo ln -s /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine /usr/local/google_appengine

* in windows
mkdir c:\usr
mkdir c:\usr\local
cd c:\usr/local
mklink /D google_appengine "C:/Program Files/Google/google_appengine"

[Pydev Python Interpreter Settings]

* Add Python25 to new Interpreter as 'python2.5'