From 13ae339a2e2c08344d7ec3224d0e0666fe453672 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 26 Oct 2019 16:34:13 +0200 Subject: [PATCH 1/2] Improve windows Install documentation with hints --- docs/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index fcbce571e..afc635673 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -218,6 +218,12 @@ If that is not available on your system, feel free to try the instructions below ### Install freqtrade manually +!!! Note + Make sure to use 64bit Windows to avoid problems with backtesting or hyperopt due to the memory constraints 32bit applications have under Windows. + +!!! Hint + Using the [Anaconda Distribution](https://www.anaconda.com/distribution/) under windows can greatly help with installation problems. Check out the [Conda section](#using-conda) in this document. + #### Clone the git repository ```bash From e5487441ba29c93cc0658bd3e9a8f876482e6b4c Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 27 Oct 2019 06:08:55 +0100 Subject: [PATCH 2/2] Fix typos --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index afc635673..02870a1c1 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -219,10 +219,10 @@ If that is not available on your system, feel free to try the instructions below ### Install freqtrade manually !!! Note - Make sure to use 64bit Windows to avoid problems with backtesting or hyperopt due to the memory constraints 32bit applications have under Windows. + Make sure to use 64bit Windows and 64bit Python to avoid problems with backtesting or hyperopt due to the memory constraints 32bit applications have under Windows. !!! Hint - Using the [Anaconda Distribution](https://www.anaconda.com/distribution/) under windows can greatly help with installation problems. Check out the [Conda section](#using-conda) in this document. + Using the [Anaconda Distribution](https://www.anaconda.com/distribution/) under Windows can greatly help with installation problems. Check out the [Conda section](#using-conda) in this document. #### Clone the git repository