All the main Answer.AI repos of interest
To update all the repos in this repository, you can run the following command:
git pull
./update.sh
This will grab the most recent commits from the main of this repository and then for each submodule update anyones that have changed.
If you want to pip install all of the repositories you can run the following commad:
./install.sh
This will go through each repository and run an editable install on each of them.