Skip to content

Commit

Permalink
Remove explicit submodule instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 authored Dec 22, 2023
1 parent 2502ca7 commit dd3f021
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,7 @@ Alternatively, you can clone this repository or [download a release](https://git

### As a Submodule

Include this repository in your next project as a submodule using `git submodule` or manually cloning and writing the following in `.gitmodules`:

```
[submodule "tivars_lib_py"]
path = path/to/tivars_lib_py
url = https://github.com/TI-Toolkit/tivars_lib_py.git
```

Then, add the following to any file which imports `tivars`:
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`:

```py
import sys
Expand Down

0 comments on commit dd3f021

Please sign in to comment.