Skip to content

sushilshah/cloud-vision-gcs

Repository files navigation

cloud-vision-gcs

Installation Steps:

1. $ sudo easy_install virtualenv or even better: $ sudo pip install virtualenv

$ git clone $cd $ virtualenv venv New python executable in venv/bin/python Installing distribute............done.

Now, whenever you want to work on a project, you only have to activate the corresponding environment. On OS X and Linux, do the following:

$ . venv/bin/activate If you are a Windows user, the following command is for you: $ venv\scripts\activate

(venv) $pip install -r requirements.txt

export GOOGLE_APPLICATION_CREDENTIAL=</path/to/file> python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published