You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ and a Polyhedra Manipulation Library of your choice.
6
6
## Getting Julia
7
7
8
8
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.
10
10
Download links and more detailed instructions are available on the [Julia website](http://julialang.org).
11
11
12
12
## Getting Polyhedra
13
13
14
14
Open a Julia console (e.g. enter `julia` at the command line) and write
0 commit comments