Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel5

 

Info
titlePicking up where you left off

If you have already completed the installation steps below and are just trying to run the importer, follow the steps below. Otherwise skip ahead to "What You'll Need" and proceed from there.

  1. Change to the directory where you created your virutalenv. If you're having a hard time remembering where this was, use the command:

    Code Block
    find . -type d -name venv

    to locate the virtualenv directory. You can copy/paste that path and use the command:

    Code Block
    cd PATH/TO/VENV
    cd ..

    to change to the right directory.

  2. Activate the virtualenv using the following command:

    Code Block
    source venv/bin/activate

    If this worked your prompt should be prefixed with "(venv)", like:

    Code Block
    (venv) sam@multivac:~$
  3. Get a up to date cookie from EditThisCookie (Step 2 below).

  4. Change into the mandala-bii directory:

    Code Block
    cd mandala-bii
  5. You should now be ready to run the importer!

 

What You'll Need

First: 

  • brew
  • python
  • pip

...