Deployed 8ecd701 to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-07-06 06:59:16 +00:00
parent ccf338280a
commit 48bd90ed38
6 changed files with 55 additions and 55 deletions

View File

@@ -2387,7 +2387,7 @@ The <code>stable</code> branch contains the code of the last release (done usual
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Python3.10 or higher and the corresponding <code>pip</code> are assumed to be available. The install-script will warn you and stop if that's not the case. <code>git</code> is also needed to clone the Freqtrade repository.<br />
<p>Python3.11 or higher and the corresponding <code>pip</code> are assumed to be available. The install-script will warn you and stop if that's not the case. <code>git</code> is also needed to clone the Freqtrade repository.<br />
Also, python headers (<code>python&lt;yourversion&gt;-dev</code> / <code>python&lt;yourversion&gt;-devel</code>) must be available for the installation to complete successfully.</p>
</div>
<div class="admonition warning">
@@ -2404,7 +2404,7 @@ While native installation is possible with some manual effort, this is not suppo
</div>
<h3 id="install-guide">Install guide<a class="headerlink" href="#install-guide" title="Permanent link">&para;</a></h3>
<ul>
<li><a href="http://docs.python-guide.org/en/latest/starting/installation/">Python &gt;= 3.10</a></li>
<li><a href="http://docs.python-guide.org/en/latest/starting/installation/">Python &gt;= 3.11</a></li>
<li><a href="https://pip.pypa.io/en/stable/installing/">pip</a></li>
<li><a href="https://git-scm.com/book/en/v2/Getting-Started-Installing-Git">git</a></li>
<li><a href="https://virtualenv.pypa.io/en/stable/installation.html">virtualenv</a> (Recommended)</li>
@@ -2415,7 +2415,7 @@ While native installation is possible with some manual effort, this is not suppo
OS Specific steps are listed first, the common section below is necessary for all systems.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Python3.10 or higher and the corresponding pip are assumed to be available.</p>
<p>Python3.11 or higher and the corresponding pip are assumed to be available.</p>
</div>
<div class="tabbed-set tabbed-alternate" data-tabs="1:3"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><input id="__tabbed_1_3" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1">Debian/Ubuntu</label><label for="__tabbed_1_2">MacOS</label><label for="__tabbed_1_3">RaspberryPi/Raspbian</label></div>
<div class="tabbed-content">
@@ -2513,7 +2513,7 @@ git<span class="w"> </span>checkout<span class="w"> </span>develop
<div class="highlight"><pre><span></span><code>** --install **
With this option, the script will install the bot and most dependencies:
You will need to have git and python3.10+ installed beforehand for this to work.
You will need to have git and python3.11+ installed beforehand for this to work.
* Mandatory software as: `ta-lib`
* Setup your virtualenv under `.venv/`