Installation

To install, first clone the github repository:

git clone https://github.com/vn-ki/codechef-cli.git

Next, run pip install on it:

pip install .

Development Installation

If you want to develop for codechef-cli, follow these instructions.

codechef-cli uses the pipenv workflow.

Start by installing pipenv.:

$ pip install pipenv

Clone the github repository and cd into it

git clone https://github.com/vn-ki/codechef-cli.git
cd codechef-cli

Install the dependencies,:

pipenv install

Happy developing.