.. _julia_install: Julia ===== Install SCS via the Julia package manager: .. code:: julia import Pkg Pkg.add("SCS") This will install the `SCS.jl `_ package, along with the necessary SCS binary for your system. For instructions on how to use a custom version of SCS, consult the `SCS.jl README `_. Note that SCS.jl is a third-party package maintained by the `JuMP-dev community `_.