GitRoom Manager allows instructors to more easily manage a GitHub-based virtual classroom from the command line. From within the program, the user can:
To install the grm
module, clone the repository to your local machine
and cd
into the top-level directory. From the terminal, type:
python setup.py install
NOTE: You may need to use python3
or python3.x
in place of
python
in order to utilize a Python 3.x installation.
You may also install with pip:
pip install grm