Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.2 KB

readme.md

File metadata and controls

27 lines (20 loc) · 1.2 KB

nobodies-for.bots-II

Intro

todaysart festival 2018, Den Haag.

References

Setup

  1. download and install a text-editor (atom, visual studio code, etc.)
  2. git clone git@github.com:hackersanddesigners/nobodies-for.bots.git-II or download the github repo
  3. set up python (we are going to use python 3.6):
    • download python 3.5.6 from here
    • or:
      • install xcode: xcode-select --install (ref)
      • install homebrew: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" (ref)
      • setup PATH: add export PATH=/usr/local/bin:/usr/local/sbin:$PATH to ~/.profile (ref)
      • install python 3.6: brew install python3
  4. run python to test everything works as expected: python3