Installation

Install from Source

Pyro supports 3.4+. To setup, install PyTorch then run:

pip install pyro-ppl

or install from source:

git clone https://github.com/pyro-ppl/pyro.git
cd pyro
python setup.py install