Skip to content

fix(polymarket): add venv-first setup for py-clob-client skills#79

Merged
taariq merged 1 commit intomainfrom
fix/polymarket-venv-setup
Mar 6, 2026
Merged

fix(polymarket): add venv-first setup for py-clob-client skills#79
taariq merged 1 commit intomainfrom
fix/polymarket-venv-setup

Conversation

@taariq
Copy link
Contributor

@taariq taariq commented Mar 6, 2026

Summary

  • update Quick Start setup for all four py-clob-client Polymarket skills to use a local virtual environment first
  • replace direct pip install -r requirements.txt with:
    • python3 -m venv .venv
    • source .venv/bin/activate
    • python -m pip install --upgrade pip
    • python -m pip install -r requirements.txt
  • improve shared live-runtime import error guidance to point users to venv-first dependency install

Affected Skills

  • polymarket/maker-rebate-bot
  • polymarket/high-throughput-paired-basis-maker
  • polymarket/paired-market-basis-maker
  • polymarket/liquidity-paired-basis-maker

Validation

  • python3 -m compileall polymarket/_shared/polymarket_live.py
  • python3 -m pytest polymarket/maker-rebate-bot/tests polymarket/high-throughput-paired-basis-maker/tests polymarket/paired-market-basis-maker/tests polymarket/liquidity-paired-basis-maker/tests (fails in this environment because pytest is not installed)

Closes #78

@taariq taariq merged commit 964ffda into main Mar 6, 2026
3 checks passed
@taariq taariq deleted the fix/polymarket-venv-setup branch March 6, 2026 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Polymarket skills missing venv setup — py-clob-client uninstallable on macOS

1 participant