From eb07f1fee9b5763a0e635c586b55e5d4d5243325 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 26 Sep 2019 09:31:31 +0200 Subject: [PATCH] Fix typo --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 641879ff1..081d7e0cf 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -118,7 +118,7 @@ python3 -m pip install -e . !!! Note This does not install hyperopt dependencies. To install these, please use `python3 -m pip install -e .[hyperopt]`. - We do not advise to run hyperopt on a Raspberry Pi, since this is a very resource-heavy operation, which should be done on powerfull machine. + We do not advise to run hyperopt on a Raspberry Pi, since this is a very resource-heavy operation, which should be done on powerful machine. ### Common