From 1108e30d7bc2754d311c38f8dd1517ce81647474 Mon Sep 17 00:00:00 2001 From: Sharan Yalburgi Date: Wed, 15 Aug 2018 00:34:10 +0530 Subject: [PATCH] Edit Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 535a6a3d..76486bca 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Pre-release development of high-level probabilistic programming interface for Te ## Installation Instructions - Install using `pip` ``` bash - pip install --user git+https://github.com/pymc-devs/pymc4.git@functional#egg=pymc4 + pip install --user git+https://github.com/pymc-devs/pymc4.git#egg=pymc4 ``` ## Simple Example