From 73dc58863c1660d7272d369e55e0ad35892d536d Mon Sep 17 00:00:00 2001 From: gabrieldemarmiesse Date: Wed, 17 Jul 2019 18:02:06 +0200 Subject: [PATCH] Made the readme consistent with the setup.py --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b7360f21..533a39c5 100644 --- a/README.rst +++ b/README.rst @@ -84,10 +84,10 @@ and install it yourself: | cd sacred | python setup.py install -You might want to also install the ``numpy`` and the ``pymongo`` packages. They are -optional dependencies but they offer some cool features: +You might want to also install the ``numpy`` package. It is an +optional dependency but it offers some cool features: - pip install numpy, pymongo + pip install numpy Tests -----