feat: add container support

This commit is contained in:
Jeffrey Serio 2023-09-16 22:27:55 -05:00
parent 09177e8d3b
commit d5b4cc0a8e

View File

@ -10,6 +10,8 @@ Make sure Python and Pip are installed. Then run:
#+begin_src bash
git clone https://git.hyperreal.coffee/hyperreal/archive-fandom-wiki.git
cd archive-fandom-wiki
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
#+end_src