Installation

NOTE: Only tested on Ubuntu. We recommend using Docker if installing on Windows.

with PyPi

  1. Install Anaconda or Miniconda

    Visit https://www.anaconda.com/products/individual for instructions

  2. Create Conda Virtual Environment

    conda create -n pistarlab python=3.7
    
  3. Install PIP

    pip install pistarlab
    
  4. Install additional dependencies (Ubuntu only)
    • XVFB to render without display (No MS Windows Support)

    • ffmpeg for video processing

    sudo apt-get install -y xvfb ffmpeg
    

with Docker

  1. Install Docker:

    Visit: https://docs.docker.com/engine/install/

  2. Clone Repo

    docker pull docker.pkg.github.com/pistarlab/pistarlab/image:latest