#
#run _SourceFolder\bin\Py\Scripts\pip3.10.exe install -r _SourceFolder\requirements.txt
#
#DO NOT OPEN YOUR CMD WINDOW AND JUST PIP THESE
#WE USE THE INCLUDED PYTHON 3.10.6 AND IT WILL INSTALL IT TO THE WRONG PLACE
#
#
#h5py==3.11.0
opencv-python==4.10.0.84
tqdm==4.64.1
matplotlib==3.6.2
scipy==1.14.0
timm==0.6.12
wandb==0.17.4
torchmetrics
torch_efficient_distloss==0.1.3
#
#
#numpy 2 is automatically installed with h5py
#need to uninstall it
#run _SourceFolder\bin\Py\Scripts\pip3.10.exe uninstall numpy
#
#and install 1.24.1
#run _SourceFolder\bin\Py\Scripts\pip3.10.exe install numpy==1.24.1
#
#also last one .. its a bigggie
#run _SourceFolder\bin\Py\Scripts\pip3.10.exe install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
#
#
#
#
#
#Then we can run _SourceFolder\bin\Py\python.exe 
#import torch
#torch.hub.help("intel-isl/MiDaS", "DPT_BEiT_L_384", force_reload=True)
#
#
#
#
#
#and 
#run _SourceFolder\bin\Py\python.exe _SourceFolder\sanity.py
#and
#run _SourceFolder\bin\Py\python.exe _SourceFolder\sanity_hub.py
#
#
#
#
#NOW YOU CAN USE IT