A demo of the MMM package pymc_marketing.
Clone the repo: https://github.com/raz1470/pymc_marketing.git
Create virtual environment in conda: conda create --prefix {repo_location}/venv python=3.11.4
Activate virtual environment in conda: conda activate {repo_location}/venv
Install dependencies: pip install -r requirements.txt
Install g++ in conda conda install m2w64-toolchain
Install virtual environment: python -m venv venv
Activate virtual environment: source venv/bin/activate
Install dependencies: pip install -r requirements.txt