Installation#

Note

Ensure you are using python>=3.8, then follow our instruction to install related packages. Note that we test RecWizard toolkit on Linux, and leave Windows / MacOS development in the future.

  • RecWizard Installation via PyPI (Recommended)

pip install recwizard
  • RecWizard Installation Locally

git clone git@github.com:McAuley-Lab/RecWizard.git
cd RecWizard; pip install -e .