tedbot

February 21, 2016 ยท View on GitHub

Markov bot to write TED talks

Using virtualenv

  • pip install virtualenv
  • virtualenv venv
  • . venv/bin/activate
    • (you're now in your own area of Python execution / libraries)
  • pip install -r requirements.txt