Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 734 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 734 Bytes

Compilio-cli

CLI tool to interact with Compilio API

Build Status

Installation & usage

Using pip

Install compilio-cli on your system using pip:

pip install compilio-cli

You can then run:

compilio

From source

Clone the repository and run the following command:

pip install -r requirements.txt

You can then run:

python compilio.py -- command

You can also build the application locally (for example in a virtual environment) using the command:

python setup.py install

You can then run:

compilio

demoPdfLatex gif