diff --git a/build-telemac-deps.bat b/build-telemac-deps.bat
index 8102c6cdcd1e173a3cc89b1b70c2ba0c0cae103f..bff4734372556336b59417eb6c42b4e53f31670c 100644
--- a/build-telemac-deps.bat
+++ b/build-telemac-deps.bat
@@ -295,10 +295,10 @@ echo Installing Python requirements...
 pip install -r %~dp0requirements.txt || goto install_error
 
 rem Use GDAL, Fiona, Rasterio and Shapely unofficial wheels, to avoid building them locally
-pip install wheels\%gdal%
-pip install wheels\%fiona%
-pip install wheels\%rasterio%
-pip install wheels\%shapely%
+pip install %~dp0wheels\%gdal%
+pip install %~dp0wheels\%fiona%
+pip install %~dp0wheels\%rasterio%
+pip install %~dp0wheels\%shapely%
 pip install geopandas
 
 popd