1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 13:52:30 +02:00

add pip install post-step

This commit is contained in:
Nick Sweeting
2021-04-24 07:17:53 -04:00
committed by GitHub
parent 0e3ef41d4b
commit 5940dd65fb

View File

@@ -169,6 +169,7 @@ sudo apt update
</li> </li>
<li>Install the ArchiveBox package using <code>apt</code>. <li>Install the ArchiveBox package using <code>apt</code>.
<pre lang="bash"><code style="white-space: pre-line">sudo apt install archivebox <pre lang="bash"><code style="white-space: pre-line">sudo apt install archivebox
sudo python3 -m pip install --upgrade --ignore-installed archivebox
</code></pre> </code></pre>
</li> </li>
<li>Create a new empty directory and initalize your collection (can be anywhere). <li>Create a new empty directory and initalize your collection (can be anywhere).