Code for the Book Causal Inference in Python
uv
- Installation instructiongit
- Installation instruction
- Clone the repository
git clone https://github.com/jeongyoonlee/causal-inference-in-python-code.git
- Create and activate virtual environment
cd causal-inference-in-python-code
uv venv
source .venv/bin/activate
- Install dependencies
uv pip install .