Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tp2750 committed Mar 24, 2024
1 parent 127bbed commit 1c1ea63
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Quickly generate a graph from a DataFrame.

Use the template.csv in examples as template or rename the columns of your dataframe accordingly.
Use the template.csv in `examples` as template or rename the columns of your dataframe accordingly.

``` julia
df1 = CSV.read("examples/01_departments.csv", DataFrame)
Expand All @@ -16,3 +16,12 @@ plot_dot(d1, "/tmp/dept.png")

![dept](docs/src/img/01_dept.png)


## Installation

Not yet registered, so install from github and track main branch:

``` julia
using Pkg
pkg"add https://github.com/tp2750/GraphVizDataFrame.jl#main"
```

0 comments on commit 1c1ea63

Please sign in to comment.