Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 529 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 529 Bytes

subs_aai

All the main Answer.AI repos of interest

Updating Repos

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.

Install Repos

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.