Skip to content

Commit

Permalink
file name update
Browse files Browse the repository at this point in the history
  • Loading branch information
ssandrews committed Aug 17, 2023
1 parent eed5e2f commit 1e545d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ copy "%FROMDIR%lib\libsmoldyn_shared.dll" "%DESTDIR%lib"

echo Installing Python bindings
where pip /q
if %ERRORLEVEL% == 0 (pip install "%FROMDIR%bin\smoldyn-2.71-cp39-cp39-win_amd64.whl") else (echo WARNING: Not installing Python bindings because pip cannot be found)
if %ERRORLEVEL% == 0 (pip install "%FROMDIR%bin\smoldyn-2.72-cp39-cp39-win_amd64.whl") else (echo WARNING: Not installing Python bindings because pip cannot be found)

echo Adding Smoldyn directory to local and system path
echo.%PATH% > "%DESTDIR%PATH_old.txt"
Expand Down

0 comments on commit 1e545d3

Please sign in to comment.