# DUCK Hy Proof-of-Concept Proof of concept for creating an Android app with [Hy](http://docs.hylang.org/en/stable/) and David Boddie's [DUCK](http://www.boddie.org.uk/david/Projects/Python/DUCK/README.html). ## Building Begin by following the directions listed in the ['Getting Started'](http://www.boddie.org.uk/david/Projects/Python/DUCK/Documents/Getting_Started.html) section of DUCK's documentation. Now, install the latest version of Hy: ```sh $ pip install git+https://github.com/hylang/hy.git ``` The build script should now work. ```sh $ hy build.hy out.apk ```