Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
11 lines (9 loc) · 599 Bytes

File metadata and controls

11 lines (9 loc) · 599 Bytes
Copy raw file
Download raw file
Edit and raw actions

This is a guide on how to update the aima-data submodule to the latest version. This needs to be done every time something changes in the aima-data repository. All the below commands should be executed from the local directory of the aima-python repository, using git.

git submodule deinit aima-data
git rm aima-data
git submodule add https://github.com/aimacode/aima-data.git aima-data
git commit
git push origin

Then you need to pull request the changes (unless you are a collaborator, in which case you can commit directly to the master).

Morty Proxy This is a proxified and sanitized view of the page, visit original site.