Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 289 Bytes

installation.rst

File metadata and controls

14 lines (10 loc) · 289 Bytes

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