Skip to content

Commit

Permalink
pip install verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Apr 21, 2024
1 parent 5745b9e commit c4f6544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/routines/setup_jukebox_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _jukebox_core_install_python_requirements() {

_jukebox_core_build_and_install_pyzmq
ZMQ_PREFIX="${JUKEBOX_ZMQ_PREFIX}" ZMQ_DRAFT_API=1 \
pip install --no-cache-dir -r "${INSTALLATION_PATH}/requirements.txt" --constraint "${INSTALLATION_PATH}/constraint.txt"
pip install -v --no-cache-dir -r "${INSTALLATION_PATH}/requirements.txt" --constraint "${INSTALLATION_PATH}/constraint.txt"
}

_jukebox_core_configure_pulseaudio() {
Expand Down

0 comments on commit c4f6544

Please sign in to comment.