How to install a package from git into a specific directory using pip -t – Amazon web services
I have downloaded all of my requirements in AWS Linux + EFS using pip3 install -t /mnt/efs/fs1/ml/ -r /mnt/efs/fs1/ml/requirements.txt They get downloaded without an issue and I'm able to call them too. Now I want to install detectron2 but it…