Skip to content

Commit

Permalink
Install pre-commit as part of environment building process
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanzoorTT committed Nov 7, 2024
1 parent af2400a commit abe3296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env/activate
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ else
pip install --upgrade pip

python3.11 -m pip install -r requirements.txt
pre-commit install
cd $TT_TORCH_HOME/third_party
git clone https://github.com/pytorch/vision.git
cd vision
Expand Down

0 comments on commit abe3296

Please sign in to comment.