Deployed d8c6c76 to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2024-10-01 17:47:02 +00:00
parent 2e0de9af37
commit e0a538f380
4 changed files with 9 additions and 9 deletions

View File

@@ -1669,7 +1669,7 @@
<p>We <strong>strongly</strong> recommend that Windows users use <a href="../docker_quickstart/">Docker</a> as this will work much easier and smoother (also more secure).</p>
<p>If that is not possible, try using the Windows Linux subsystem (WSL) - for which the Ubuntu instructions should work.
Otherwise, please follow the instructions below.</p>
<p>All instructions assume that python 3.9+ is installed and available.</p>
<p>All instructions assume that python 3.10+ is installed and available.</p>
<h2 id="clone-the-git-repository">Clone the git repository<a class="headerlink" href="#clone-the-git-repository" title="Permanent link">&para;</a></h2>
<p>First of all clone the repository by running:</p>
<div class="highlight"><pre><span></span><code><span class="n">git</span> <span class="n">clone</span> <span class="n">https</span><span class="p">://</span><span class="n">github</span><span class="p">.</span><span class="n">com</span><span class="p">/</span><span class="n">freqtrade</span><span class="p">/</span><span class="n">freqtrade</span><span class="p">.</span><span class="n">git</span>
@@ -1694,7 +1694,7 @@ Otherwise, please follow the instructions below.</p>
</div>
<h3 id="install-ta-lib">Install ta-lib<a class="headerlink" href="#install-ta-lib" title="Permanent link">&para;</a></h3>
<p>Install ta-lib according to the <a href="https://github.com/TA-Lib/ta-lib-python#windows">ta-lib documentation</a>.</p>
<p>As compiling from source on windows has heavy dependencies (requires a partial visual studio installation), Freqtrade provides these dependencies (in the binary wheel format) for the latest 3 Python versions (3.9, 3.10, 3.11 and 3.12) and for 64bit Windows.
<p>As compiling from source on windows has heavy dependencies (requires a partial visual studio installation), Freqtrade provides these dependencies (in the binary wheel format) for the latest 3 Python versions (3.10, 3.11 and 3.12) and for 64bit Windows.
These Wheels are also used by CI running on windows, and are therefore tested together with freqtrade.</p>
<p>Other versions must be downloaded from the above link.</p>
<div class="highlight"><pre><span></span><code><span class="nb">cd </span><span class="p">\</span><span class="n">path</span><span class="p">\</span><span class="n">freqtrade</span>