Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaKesava1 authored Feb 29, 2020
1 parent 9ffdb0d commit 038b927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ To provide actionable feedback to the operators and to have a better visual repr

## Installation
1. Grab the September 2019 `allinone` Batfish Docker container using : `docker pull batfish/allinone:2019.10.14`.
2. This tool uses the Python Client of Batfish which can be installed using: `python3 -m pip install --upgrade git+https://github.com/batfish/pybatfish.git`
3. Install the required Python libraries using `python3 -m pip install munkres pandas plotly matplotlib docopt`.
2. This tool uses the Python Client of Batfish which can be installed using: `python3.6 -m pip install --upgrade git+https://github.com/batfish/pybatfish.git`
3. Install the required Python libraries using `python3.6 -m pip install munkres pandas plotly matplotlib docopt`.
4. Clone the SelfStarter repository.

## Running
Expand Down

0 comments on commit 038b927

Please sign in to comment.