Skip to content

Commit

Permalink
install simpleaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
postpop committed Jan 1, 2024
1 parent 44bc4a7 commit f3b0c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions conda/xarray-behave/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ set PIP_NO_INDEX=False
set PIP_NO_DEPENDENCIES=False
set PIP_IGNORE_INSTALLED=False

@REM "%PYTHON%" -m pip install pysoundfile -vv
@REM "%PYTHON%" -m pip install pyvideoreader -vv --no-dependencies
"%PYTHON%" -m pip install simpleaudio -vv --no-dependencies
"%PYTHON%" -m pip install pkgutil_resolve_name -vv --no-dependencies
"%PYTHON%" -m pip install xarray-behave[gui] -vv --no-dependencies
if errorlevel 1 exit 1
3 changes: 1 addition & 2 deletions conda/xarray-behave/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export PIP_NO_INDEX=False
export PIP_NO_DEPENDENCIES=False
export PIP_IGNORE_INSTALLED=False

# $PYTHON -m pip install pysoundfile -vv
# $PYTHON -m pip install pyvideoreader -vv --no-dependencies
$PYTHON -m pip install simpleaudio -vv --no-dependencies
$PYTHON -m pip install pkgutil_resolve_name -vv --no-dependencies
$PYTHON -m pip install xarray-behave[gui] -vv --no-dependencies

0 comments on commit f3b0c4b

Please sign in to comment.