Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

install_deps supports updates #863

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install_deps
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
pip install --upgrade pip
pip install -e . --upgrade --no-cache-dir --progress-bar off
pip install -e . --upgrade --no-cache-dir --progress-bar off --upgrade-strategy eager