-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a9816e
commit 5991a25
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,15 @@ git clone [email protected]:truera/trulens.git | |
cd trulens | ||
``` | ||
|
||
## Install Git LFS | ||
|
||
Git LFS is used avoid tracking larger files directly in the repository. | ||
|
||
```bash | ||
brew install git-lfs | ||
git lfs install && git lfs pull | ||
``` | ||
|
||
## (Optional) Install PyEnv for environment management | ||
|
||
Optionally install a Python runtime manager like PyEnv. This helps install and switch across multiple python versions which can be useful for local testing. | ||
|