Skip to content

Installation

Ed Scheinerman edited this page Sep 19, 2020 · 9 revisions

Installation

The SimpleGraphs module is in Julia's registry so installation follows the usual process. At the julia> prompt, type a close bracket ] and then add SimpleGraphs:

(v1.x) pkg> add SimpleGraphs

Other modules will be added as needed.

In a Julia session, type using SimpleGraphs to get started.