Installation

Install from Source

Pyro supports Python 2.7.* and Python 3. To setup, install PyTorch then run:

pip install pyro-ppl

or install from source:

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