Installing QuantumLab is very straightforward:
- Install julia according to http://julialang.org/downloads/platform.html. E.g. for Ubuntu this boils down to something close to
apt-get install julia
. - Start the julia REPL by entering
julia
in your shell (bash, Powershell, …) or clicking the corresponding icon. - Enter
Pkg.add("QuantumLab")
to install the QuantumLab itself.
After these steps you can start using QuantumLab by entering
1 |
using("QuantumLab") |
in the julia REPL.