-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
Ed Scheinerman edited this page Sep 19, 2020
·
9 revisions
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.