I come from a python background and I'm hoping to do something semantically equivalent to pip install -r requirements.txt
to install a list of Python packages at the right version.
Is this achievable with luarocks
? If not, is there a way to hack this together on the command line?