An open API service indexing awesome lists of open source software.

https://github.com/atomiechen/pygments-handyllm


https://github.com/atomiechen/pygments-handyllm

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# HandyLLM Pygments Plugin

Pygments plugin for [HandyLLM](https://github.com/atomiechen/HandyLLM) (>= 0.7.0).

## Installation

Install from the Github repo to get latest updates:

```sh
pip3 install git+https://github.com/atomiechen/pygments-handyllm.git
```

## Development

Create a virtual environment, and then:

```sh
pip3 install -r requirements.txt
```

Run test script:

```sh
bash test.sh
```