Skip to content

Commit

Permalink
cli_launcher: Install from PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenthal committed Feb 13, 2024
1 parent 92ffcc6 commit ecae7ff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cli_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ def build_venv() -> None:
with_pip=True,
).create(get_venv_dir())
quiet_run([venv_cmd("python"), "-m", "pip", "install", "--upgrade", "pip"])
url = os.environ.get(
"ALGOBOWL_URL",
"https://github.com/jackrosenthal/algobowl/archive/refs/heads/main.zip",
)
quiet_run([venv_cmd("python"), "-m", "pip", "install", "--upgrade", url])
quiet_run([venv_cmd("python"), "-m", "pip", "install", "--upgrade", "algobowl"])


def update_venv() -> None:
Expand Down

0 comments on commit ecae7ff

Please sign in to comment.