Skip to content

Commit

Permalink
prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
yarnauy committed Jun 15, 2020
1 parent 7ecd7f7 commit 3b7202d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 11 additions & 1 deletion docs/QuickStark.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
TBD

## Prerequisites

* Ubuntu 16.04
* Python3 & pip3
* Chrome Browser and [Chrome Driver](http://chromedriver.storage.googleapis.com/index.html) in the same version

## Installation
```
$ ./install_deps.sh
```
4 changes: 1 addition & 3 deletions install_deps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
sudo apt-get install build-essential
sudo apt-get install libgtk-3-dev libgstreamer-plugins-base1.0-dev
sudo apt-get install libwebkitgtk-3.0-dev
sudo apt-get install build-essential libgtk-3-dev libgstreamer-plugins-base1.0-dev libwebkitgtk-3.0-dev libxslt-dev freeglut3-dev
pip3 install -r requirements.txt

0 comments on commit 3b7202d

Please sign in to comment.