Installation

Prerequisites

  • CPython >= 3 or PyPy3
  • pip
  • git (If you want to build from source)

Installation process

Using pip

$ python3[.x] -m pip install MetaSyntax.py

From source

$ git clone https://github.com/jcb1317/MetaSyntax.py.git
$ cd MetaSyntax.py
$ python3[.x] setup.py install