mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
add pip install post-step
This commit is contained in:
parent
0e3ef41d4b
commit
5940dd65fb
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ sudo apt update
|
|||
</li>
|
||||
<li>Install the ArchiveBox package using <code>apt</code>.
|
||||
<pre lang="bash"><code style="white-space: pre-line">sudo apt install archivebox
|
||||
sudo python3 -m pip install --upgrade --ignore-installed archivebox
|
||||
</code></pre>
|
||||
</li>
|
||||
<li>Create a new empty directory and initalize your collection (can be anywhere).
|
||||
|
|
Loading…
Reference in a new issue