Skip to content

Commit c337702

Browse files
committed
Update install instructions
1 parent 21f7f0f commit c337702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ and a Polyhedra Manipulation Library of your choice.
66
## Getting Julia
77

88
The first step is to install Julia.
9-
Polyhedra supports Julia v0.4 to Julia v0.6 but the latest version only supports Julia v0.6 (the command `Pkg.add` will automatically install the latest compatible version of Polyhedra).
9+
Polyhedra supports Julia v0.4 to Julia v1.0 but the latest version only supports Julia v0.7 and v1.0.
1010
Download links and more detailed instructions are available on the [Julia website](http://julialang.org).
1111

1212
## Getting Polyhedra
1313

1414
Open a Julia console (e.g. enter `julia` at the command line) and write
1515
```julia
16-
julia> Pkg.add("Polyhedra")
16+
] add Polyhedra
1717
```
1818

1919
To start using Polyhedra, you can now just write

0 commit comments

Comments
 (0)