Deployed 390d504 to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2026-01-25 07:27:34 +00:00
parent 2134e7bcdc
commit 730da0e391
4 changed files with 52 additions and 25 deletions
+5
View File
@@ -2706,6 +2706,11 @@
<li><a href="#installation-with-conda">Installation with Conda</a></li> <li><a href="#installation-with-conda">Installation with Conda</a></li>
</ul> </ul>
<p>Please consider using the prebuilt <a href="../docker_quickstart/">docker images</a> to get started quickly while evaluating how freqtrade works.</p> <p>Please consider using the prebuilt <a href="../docker_quickstart/">docker images</a> to get started quickly while evaluating how freqtrade works.</p>
<div class="admonition note">
<p class="admonition-title">Updating</p>
<p>Keeping freqtrade updated is important to <a href="../updating/#why-update">ensure ongoing compatibility</a> with exchange API's.
Please refer to the <a href="../updating/">updating guide</a> for details on how to update your installation.</p>
</div>
<hr /> <hr />
<h2 id="information">Information<a class="headerlink" href="#information" title="Permanent link">&para;</a></h2> <h2 id="information">Information<a class="headerlink" href="#information" title="Permanent link">&para;</a></h2>
<p>For Windows installation, please use the <a href="../windows_installation/">windows installation guide</a>.</p> <p>For Windows installation, please use the <a href="../windows_installation/">windows installation guide</a>.</p>
File diff suppressed because one or more lines are too long
+38 -21
View File
@@ -1823,6 +1823,17 @@
</label> </label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#why-update" class="md-nav__link">
<span class="md-ellipsis">
Why update?
</span>
</a>
</li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#docker" class="md-nav__link"> <a href="#docker" class="md-nav__link">
<span class="md-ellipsis"> <span class="md-ellipsis">
@@ -1854,10 +1865,9 @@
</span> </span>
</a> </a>
<nav class="md-nav" aria-label="Plain native installation"> </li>
<ul class="md-nav__list">
<li class="md-nav__item">
<li class="md-nav__item">
<a href="#problems-updating" class="md-nav__link"> <a href="#problems-updating" class="md-nav__link">
<span class="md-ellipsis"> <span class="md-ellipsis">
@@ -1866,11 +1876,6 @@
</span> </span>
</a> </a>
</li>
</ul>
</nav>
</li> </li>
</ul> </ul>
@@ -1963,6 +1968,17 @@
</label> </label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#why-update" class="md-nav__link">
<span class="md-ellipsis">
Why update?
</span>
</a>
</li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#docker" class="md-nav__link"> <a href="#docker" class="md-nav__link">
<span class="md-ellipsis"> <span class="md-ellipsis">
@@ -1994,10 +2010,9 @@
</span> </span>
</a> </a>
<nav class="md-nav" aria-label="Plain native installation"> </li>
<ul class="md-nav__list">
<li class="md-nav__item">
<li class="md-nav__item">
<a href="#problems-updating" class="md-nav__link"> <a href="#problems-updating" class="md-nav__link">
<span class="md-ellipsis"> <span class="md-ellipsis">
@@ -2006,11 +2021,6 @@
</span> </span>
</a> </a>
</li>
</ul>
</nav>
</li> </li>
</ul> </ul>
@@ -2045,6 +2055,10 @@
<p>Breaking changes / changed behavior will be documented in the changelog that is posted alongside every release. <p>Breaking changes / changed behavior will be documented in the changelog that is posted alongside every release.
For the develop branch, please follow PR's to avoid being surprised by changes.</p> For the develop branch, please follow PR's to avoid being surprised by changes.</p>
</div> </div>
<h2 id="why-update">Why update?<a class="headerlink" href="#why-update" title="Permanent link">&para;</a></h2>
<p>Keeping your bot updated not only ensures that you have the latest features and improvements, but is a requirement to keep your bot running smoothly.
Freqtrade is heavily dependent on the underlying exchange API's, which change pretty frequently if considered across exchanges.
To ensure ongoing compatibility, please make sure to update your bot regularly.</p>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">&para;</a></h2> <h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">&para;</a></h2>
<div class="admonition note"> <div class="admonition note">
<p class="admonition-title">Legacy installations using the <code>master</code> image</p> <p class="admonition-title">Legacy installations using the <code>master</code> image</p>
@@ -2069,9 +2083,12 @@ pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> </s
<span class="c1"># Ensure freqUI is at the latest version</span> <span class="c1"># Ensure freqUI is at the latest version</span>
freqtrade<span class="w"> </span>install-ui<span class="w"> </span> freqtrade<span class="w"> </span>install-ui<span class="w"> </span>
</code></pre></div> </code></pre></div>
<h3 id="problems-updating">Problems updating<a class="headerlink" href="#problems-updating" title="Permanent link">&para;</a></h3> <h2 id="problems-updating">Problems updating<a class="headerlink" href="#problems-updating" title="Permanent link">&para;</a></h2>
<p>Update-problems usually come missing dependencies (you didn't follow the above instructions) - or from updated dependencies, which fail to install (for example TA-lib). <p>Update-problems usually come missing dependencies (you didn't follow the above instructions) - or from dependencies which fail to install.
Please refer to the corresponding installation sections (common problems linked below)</p> We try to make sure that heavy dependencies have wheels available for major platforms, but sometimes this is not possible.</p>
<p>Please refer to the corresponding installation sections (common problem sections linked below).</p>
<p><a href="../installation/#troubleshooting">Common installation problems</a>
<a href="../windows_installation/#error-during-installation-on-windows">Common installation problems - windows</a></p>
+8 -3
View File
@@ -2076,9 +2076,14 @@
<h1 id="windows-installation">Windows installation<a class="headerlink" href="#windows-installation" title="Permanent link">&para;</a></h1> <h1 id="windows-installation">Windows installation<a class="headerlink" href="#windows-installation" title="Permanent link">&para;</a></h1>
<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>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. <p>If that is not possible, try using the Windows Linux subsystem (WSL) - for which the Ubuntu instructions will work.
Otherwise, please follow the instructions below.</p> If you really want to install freqtrade natively on Windows, please follow the instructions below.</p>
<p>All instructions assume that python 3.11+ is installed and available.</p> <p>All instructions assume that python 3.11+ is installed and available in your system PATH.</p>
<div class="admonition note">
<p class="admonition-title">Updating</p>
<p>Keeping freqtrade updated is important to <a href="../updating/#why-update">ensure ongoing compatibility</a> with exchange API's.
Please refer to the <a href="../updating/">updating guide</a> for details on how to update your installation.</p>
</div>
<h2 id="clone-the-git-repository">Clone the git repository<a class="headerlink" href="#clone-the-git-repository" title="Permanent link">&para;</a></h2> <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> <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> <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>