From 8c5f1ed0778ec877ff176cf3683191cccb62be88 Mon Sep 17 00:00:00 2001 From: susabi Date: Sat, 19 Aug 2017 13:42:11 +1000 Subject: [PATCH] installation information added some useful information for Julia beginners --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e7bb6cb..585314b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ This wrapper is auto-generated from the [API documentation page](http://selenium - you will need to set up ChromeDriver to use the google chrome for running web driver - a good backend to use to run the web driver is [PhantomJS]() - if you have firefox already installed, you should be able to use the Firefox backend. See below to learn how to use different backends to run webdriver scripts. +- Clone this repository into "~/.julia/v0.6/"; replace 0.6 with the appropriate version number +- Rename the clone repository into WebDriver (from WebDriver.jl) + +```julia +Pkg.add("PyCall") # to make Python calls +``` ## Usage