From 8702611aafce5472d3ab4c9fab220b5f7b391234 Mon Sep 17 00:00:00 2001 From: Stefano Carrazza Date: Fri, 28 Feb 2020 23:12:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f491230..cee32b8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ conda install vegasflow -c conda-forge If you prefer a manual installation just use: ``` -pip install vegasflow +python setup.py install ``` or if you are planning to extend or develop code just use: ```