Installing arsgrammatica
Install directly from its github repository:
pip install git+https://github.com/neelsmith/arsgrammatica.gitPin to a specific branch, e.g. for the wip branch:
pip install git+https://github.com/neelsmith/arsgrammatica.git@wipPin to a tagged version, e.g., v0.5.0:
pip install git+https://github.com/neelsmith/arsgrammatica.git@v0.5.0