Skip to content
Victor Zarubkin edited this page Apr 20, 2016 · 6 revisions

Install

  1. Download and install Python 2.7 or 3.4 (or higher) from here.
  2. Install required packages for Python:
  • PySide 1.1.1 (or higher). It can be installed with pip or downloaded from here;
    Please, notice that there are information about python version, 32 or 64 bit system in the name of the package. For example, PySide-1.2.2-cp34-none-win_amd64.whl is PySide 1.2.2 for 64-bit Python 3.4.
  • lxml 3.4.0 (or higher). It can be installed with pip or downloaded from here;
    Attention! last lxml version for Python 3.4 can be found here!
  • sortedcontainers 0.9.4 (or higher). It can be installed with pip only. All instructions can be found here.
    After you have installed pip (for Python 3.4 it is preinstalled - look in /Python34/Scripts) type
    pip install -U sortedcontainers
    in system console (not in Python command prompt! for Windows use cmd)
  1. Visit Getting started page to launch and start using Behavior Studio.
Clone this wiki locally