Installation#

You can install the library via pip

pip install python-pexels

Or using source code, which is not recommended.

git clone https://github.com/jk6521/py-pexels-api.git

cd py-pexels-api

python setup.py install

Caution

Make sure you have latest version of pip installed, else install using following commands.

Linux

sudo apt install python-pip

Windows

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

python get-pip.py