We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aaed84 commit 8e57f39Copy full SHA for 8e57f39
README.md
@@ -0,0 +1,19 @@
1
+# python-unsplash
2
+
3
+A library that provides a Python interface to [the Unsplash API](https://unsplash.com/documentation).
4
5
+## Installation
6
7
+The easiest way to install the latest version
8
+is by using pip/easy_install to pull it from PyPI:
9
10
+ pip install python-unsplash
11
12
+You may also use Git to clone the repository from
13
+Github and install it manually:
14
15
+ git clone https://github.com/yakupadakli/python-unsplash.git
16
+ cd python-unsplash
17
+ python setup.py install
18
19
+Python 2.7 is supported for now.
0 commit comments