Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 557 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 557 Bytes

photopi CLI

Software for helping with photopiy operations from the command line.

Installation

Clone this repo and run:

.. code-block:: sh

pip install -r requirements.txt
python setup.py install

Running the Commands

After installation the photopi command should be available in your shell:

.. code-block:: sh

photopi bark

Virtualenv Support

This library is virtualenv compatible, simply activate your virtualenv prior to running the installation commands above.