This repository contains a set of command line interface tools available for both programmers and hackers. Search for any file or dir with the CLI tool.
First, clone this repo:
Next, navigate to the downloaded directory:
- cd Emrys-Uriel
Install all the required packages:
- pip install -r requirements.txt
Navigate to the CLI directory:
- cd CLI
And install it:
- pip install -e .
If you get an error message, try the following:
- python setup.py install