Skip to content

Commit 8e57f39

Browse files
committed
README.md added.
1 parent 2aaed84 commit 8e57f39

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)