Metadata-Version: 2.1
Name: Lurlene
Version: 15
Summary: Python-based live-coding language optimised for a small number of channels
Home-page: https://github.com/combatopera/Lurlene
Author: Andrzej Cichocki
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: COPYING

# Lurlene
Python-based live-coding language optimised for a small number of channels

## Install
These are generic installation instructions.

### To use, permanently
The quickest way to get started is to install the current release from PyPI:
```
pip3 install --user Lurlene
```

### To use, temporarily
If you prefer to keep .local clean, install to a virtualenv:
```
python3 -m venv venvname
venvname/bin/pip install Lurlene
. venvname/bin/activate
```


