Python functions and classes for Customer Analytics at the Rady School of Management (RSM), University of California, San Diego (UCSD)
If you have python and UV installed you can use the below to install the latest version of pyrsm
in a project folder:
mkdir ~/project
cd ~/project
uv init .
uv venv --python 3.12
source .venv/bin/activate
uv add pyrsm