Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes (proposal) #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# flickr2qgis
flickr2qgis- a plugin for search and downloading flickr images
#flickr2qgis
flickr2qgis a plugin for search and downloading flickr images

##Prerequisites
For a proper usage you need to install the [flickrapi](https://stuvel.eu/flickrapi). And you need to get a flickr API key / secret key. This can be obtained easily at [flickr](https://www.flickr.com/services/api/misc.api_keys.html).
###flickrapi installation Windows

###flickrapi installation on Windows
For Windows make sure to use the [correct location](http://gis.stackexchange.com/questions/141320/how-to-install-3rd-party-python-libraries-for-qgis-on-windows) of your QGIS Python version
So Open up the OSGeo4W Shell and type
``easy_install flickrapi``
###flickrapi installation Ubuntu

###flickrapi installation on Ubuntu
Just install the easiest Python module installer [Setuptools](https://pypi.python.org/pypi/setuptools):
``sudo apt-get install python-setuptools``
and install flickrapi with:
Expand Down