Installing
Install using pip
:
pip install looper
Update with:
pip install --user --upgrade looper
If the looper
executable in not automatically in your $PATH
, add the following line to your .bashrc
or .profile
:
export PATH=~/.local/bin:$PATH
Or, you can install from releases posted on GitHub.