Installing arsgrammatica

Install directly from its github repository:

pip install git+https://github.com/neelsmith/arsgrammatica.git

Pin to a specific branch, e.g. for the wip branch:

pip install git+https://github.com/neelsmith/arsgrammatica.git@wip

Pin to a tagged version, e.g., v0.5.0:

pip install git+https://github.com/neelsmith/arsgrammatica.git@v0.5.0