Skip to content

Commit

Permalink
Add note about recursive cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed Jan 17, 2025
1 parent e6b0885 commit 0be3d47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ pip install tivars

Alternatively, you can clone this repository or [download a release](https://github.com/TI-Toolkit/tivars_lib_py/tags) and extract the `tivars` directory to include it in your next project. Once downloaded, you can also use `pip` to install it locally.

> [!IMPORTANT]
> When cloning, use the `--recursive` or `--recurse-submodules` flag to fetch all submodule dependencies. The GitHub ZIP download does _not_ include submodules.
### As a Submodule

Include this repository in your next project as a submodule using the `git submodule` command. Then, add the following to any file which imports `tivars`:
Expand Down

0 comments on commit 0be3d47

Please sign in to comment.