/clojurepy

Clojure for the Python VM

Primary LanguagePythonEclipse Public License 1.0EPL-1.0

clojurepy - Clojure in the Python VM

1 Development

while in the main project directory

1.1 Linux

virtualenv venv
. ./venv/bin/activate
pip install -e .

This makes the cljpy commandline tool available for development in a virtual environment.