1
0
Fork 0
mirror of synced 2024-09-27 23:01:22 +12: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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).