1
0
Fork 0
mirror of synced 2024-06-01 10:09:49 +12:00

bump python and node requirements

This commit is contained in:
Nick Sweeting 2023-11-08 03:09:22 -08:00 committed by GitHub
parent 38106185e1
commit 1c222ce1ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -275,7 +275,7 @@ See the <a href="https://github.com/ArchiveBox/homebrew-archivebox"><code>homebr
<br/>
<ol>
<li>Install <a href="https://realpython.com/installing-python/">Python >= v3.7</a> and <a href="https://nodejs.org/en/download/package-manager/">Node >= v14</a> on your system (if not already installed).</li>
<li>Install <a href="https://realpython.com/installing-python/">Python >= v3.9</a> and <a href="https://nodejs.org/en/download/package-manager/">Node >= v18</a> on your system (if not already installed).</li>
<li>Install the ArchiveBox package using <code>pip3</code>.
<pre lang="bash"><code style="white-space: pre-line">pip3 install archivebox
</code></pre>