Pyro

A scripting language for people who enjoy the simpler things in life.

Version 0.5.37

Installing Pyro


You'll need a C compiler and a POSIX compatible operating system (Mac, Linux, BSD, etc.) to build and install Pyro from source.

First, download the Pyro repository from Github:

$ git clone https://github.com/dmulholl/pyro.git

cd into the pyro directory and run make install:

$ sudo make install

This installs the Pyro binary as /usr/local/bin/pyro. (You may need to use sudo to give Make permission to access this folder.)