Installation#

You can install Syllabus on pip with the following command:

pip install syllabus-rl

To install a development branch of syllabus, you can clone the repository and install it with pip:

git clone git@github.com:RyanNavillus/Syllabus.git
git checkout <branch-name>
cd Syllabus
pip install -e .[all]