Skip to content

Commit

Permalink
Fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
s4int committed Oct 5, 2016
1 parent 28ff647 commit d76f0f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ BrowserMob Proxy is a simple utility to capture performance data for web apps (v
as well as manipulate browser behavior and traffic, such as whitelisting and blacklisting content,
simulating network traffic and latency, and rewriting HTTP requests and responses.

More information about this library can be found in the [Keyword Documentation](https://rawgit.com/s4int/robotframework-BrowserMobProxyLibrary/master/doc/BrowserMobProxyLibrary.html).

## Installation
### Using pip
```bash
Expand All @@ -15,7 +17,7 @@ simulating network traffic and latency, and rewriting HTTP requests and response
### Manual installation
1. Make sure you have [Robot Framework installed](http://code.google.com/p/robotframework/wiki/Installation).
2. Download source distributions (`*.tar.gz`) for the library and its dependencies:
- https://pypi.python.org/pypi/robotframework-selenium2library
- https://pypi.python.org/pypi/robotframework-browsermobproxylibrary
3. Extract each source distribution to a temporary location.
4. Go each created directory from the command line and install each project using:

Expand Down

0 comments on commit d76f0f8

Please sign in to comment.