InstallationΒΆ

Pygacity can be installed via pip from PyPI:

pip install pygacity

Alternatively, you can install Pygacity directly from the source code. First, clone the repository:

git clone git@github.com:cameronabrams/pygacity.git # ssh access assumed

Then, navigate to the cloned directory and install using pip:

cd pygacity
pip install -e .  # the -e flag installs in editable mode

Pygacity uses latexmk (configured to run XeLaTeX) and pythontex to build assignments and exams. Make sure you have a working LaTeX distribution installed on your system. You can download and install TexLive or MikTex. These distributions include latexmk, xelatex, and pythontex.