Skip to content

Commit

Permalink
Update bld.bat
Browse files Browse the repository at this point in the history
pip install ...
  • Loading branch information
pradal authored Jun 5, 2024
1 parent afaf56b commit 4a7986e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ move /Y pyratp*.pyd %SRC_DIR%\src\alinea\pyratp\pyratp.pyd
if errorlevel 1 echo Unsuccessful
echo:

echo:"setup.py install"
python -m pip install --no-deps --ignore-installed -vv .
echo:"pip install"
python -m pip install .
if errorlevel 1 echo Unsuccessful
echo:

0 comments on commit 4a7986e

Please sign in to comment.