From 43fab75cd5cacffdef28c28538725e7797ce767c Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Tue, 4 Jun 2019 13:33:07 +0200 Subject: [PATCH] update doc --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 72bab0c..0338e28 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -109,7 +109,7 @@ Install the required python packages, through your package manager, through pip $ yum install ipython python-matplotlib scipy numpy matplotlib $ apt-get install python-numpy python-scipy python-matplotlib ipython - $ pip install progressbar --user + $ pip install tqdm corner --user BXA itself can installed directly from PyPI using pip or easy_install::