Skip to content

Commit

Permalink
fix install notes
Browse files Browse the repository at this point in the history
Explicitly mention the system graphviz dependency and clarify possible
need for separate python install on old ubuntus
  • Loading branch information
n42 committed Jun 25, 2020
1 parent e86d09f commit a522821
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ _Note_: WireViz is not designed to represent the complete wiring of a system. It

## Installation

Installation can be done using pip after cloning the repository:
WireWiz requires the ```graphviz``` package as well as it's python bindings. Graphviz itself is installed using your regular package manager, e.g. ```apt-get install graphviz```. The Graphviz python bindings are automaticall installed as dependencies by the install script.

Installation of the WireWiz package and its python dependencies can be done using pip after cloning the repository:

```
git clone <repo url>
Expand Down Expand Up @@ -97,7 +99,7 @@ as well as the [example gallery](examples/readme.md) to see more of what WireViz
## Usage
```
$ python3 wireviz.py ~/path/to/file/mywire.yml
$ wireviz ~/path/to/file/mywire.yml
```

This will output the following files
Expand All @@ -116,7 +118,7 @@ This is very much a [work in progress](TODO). Source code, API, syntax and funct

## Requirements

Developed and tested using Python 3.7; might not work with older Python versions.
Developed and tested using Python 3.7; might not work with older Python versions. Ubuntu 18.04 LTS users in particular may need to separately install Python 3.7 or above, as that comes with Python 3.6 as the included system Python install.

## License

Expand Down

0 comments on commit a522821

Please sign in to comment.