Skip to content

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
radekd91 committed Feb 11, 2023
1 parent b2f61c7 commit 4631e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_38.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ pip install git+https://github.com/facebookresearch/pytorch3d.git@v0.6.2
echo "Installing other requirements"
pip install -e .
cd ..
pip install -r requirements.txt
pip install -r requirements38.txt
cd ../..
echo "Installation finished"

0 comments on commit 4631e74

Please sign in to comment.