Skip to content

Commands From Scratch

SenorPez edited this page Nov 14, 2016 · 2 revisions

Commands run from a scratch AWS instance to get the Replay Enhancer up and running.

sudo yum update

sudo yum install python35

sudo yum install python35-pip

sudo yum install python35-devel

sudo yum install gcc

sudo yum install zlib-devel

sudo yum install libjpeg-turbo-devel

sudo pip-3.5 install replayenhancer

Clone this wiki locally