Installation¶
NOTE: Only tested on Ubuntu. We recommend using Docker if installing on Windows.
with PyPi¶
Install Anaconda or Miniconda
Visit https://www.anaconda.com/products/individual for instructions
Create Conda Virtual Environment
conda create -n pistarlab python=3.7
Install PIP
pip install pistarlab
- 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¶
- Install Docker:
Clone Repo
docker pull docker.pkg.github.com/pistarlab/pistarlab/image:latest