Skip to content

Commit

Permalink
Deployed f30664d with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donewiththedollar committed Aug 29, 2024
1 parent f30664d commit 70a3c49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -831,14 +831,14 @@ <h2 id="quickstart">Quickstart</h2>
<h2 id="installing-python-311">Installing Python 3.11</h2>
<p>To install Python 3.11 on your system, follow these steps:</p>
<ol>
<li>
<p>Update the package list and install the necessary dependencies:
<code>sudo apt update
sudo apt install -y build-essential gdb lcov pkg-config \
libbz2-dev libffi-dev libgdbm-dev libgdbm-compat-dev liblzma-dev \
libncurses5-dev libreadline-dev libsqlite3-dev libssl-dev \
lzma lzma-dev tk-dev uuid-dev zlib1g-dev</code></p>
</li>
<li>Update the package list and install the necessary dependencies:
<code>sudo apt update</code></li>
</ol>
<p><code>sudo apt install -y wget build-essential libssl-dev zlib1g-dev \
libncurses5-dev libncursesw5-dev libreadline-dev libsqlite3-dev \
libgdbm-dev libdb5.3-dev libbz2-dev libexpat1-dev liblzma-dev \
libffi-dev uuid-dev libnss3-dev libgdbm-compat-dev</code></p>
<ol>
<li>
<p>Download the Python 3.11.0 source code:
<code>cd /opt
Expand All @@ -858,7 +858,7 @@ <h2 id="installing-python-311">Installing Python 3.11</h2>
</li>
<li>
<p>Compile Python:
<code>sudo make -j 8</code></p>
<code>sudo make -j 2</code></p>
</li>
<li>
<p>Install Python 3.11:
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 70a3c49

Please sign in to comment.