From 2a3a21e6131e3bf665879a9f211c92a4cee2ba93 Mon Sep 17 00:00:00 2001 From: Luca Della Libera Date: Tue, 8 Nov 2022 17:51:51 +0100 Subject: [PATCH] Publish on PyPI --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6f597c6..973ab33 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ Bayesian inference algorithms: ## 🛠️️ Installation +### Using Pip + +First of all, install [Python 3.6 or later](https://www.python.org). Open a terminal and run: + +``` +pip install bayestorch +``` + ### From source First of all, install [Python 3.6 or later](https://www.python.org).