diff --git a/README.org b/README.org index 919fe0a..6424015 100644 --- a/README.org +++ b/README.org @@ -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