Skip to content

Commit

Permalink
Update DEVELOPMENT.md (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-chu authored Oct 28, 2024
1 parent 3a9816e commit 5991a25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5991a25

Please sign in to comment.