Skip to content

Commit b555ea8

Browse files
Merge pull request #598 from IainNZ/patch-3
Update README.md
2 parents 5cf3a7a + b19da8c commit b555ea8

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

+4-16
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,11 @@ DataFrames.jl
22
=============
33

44
[![Build Status](https://travis-ci.org/JuliaStats/DataFrames.jl.png)](https://travis-ci.org/JuliaStats/DataFrames.jl)
5+
[![Coverage Status](https://coveralls.io/repos/JuliaStats/DataFrames.jl/badge.png?branch=master)](https://coveralls.io/r/JuliaStats/DataFrames.jl?branch=master)
6+
[![Package Evaluator](http://iainnz.github.io/packages.julialang.org/badges/DataFrames_0.3.svg)](http://iainnz.github.io/packages.julialang.org/?pkg=DataFrames&ver=0.3)
57

68
Tools for working with data in Julia.
79

8-
# Installation
10+
**Installation**: at the Julia REPL: `Pkg.add("DataFrames")`
911

10-
DataFrames.jl is now available from METADATA.jl. To install DataFrames.jl, use the following:
11-
12-
```julia
13-
Pkg.add("DataFrames")
14-
```
15-
16-
DataFrames.jl has one main module named `DataFrames`. You can load it as:
17-
18-
```julia
19-
using DataFrames
20-
```
21-
22-
# Documentation
23-
24-
See the [online docs](http://juliastats.github.io/DataFrames.jl/) for up-to-date documentation on the DataFrames package.
12+
**Documentation**: [available here](http://juliastats.github.io/DataFrames.jl/).

0 commit comments

Comments
 (0)