This package supports AA120Q: Establishing Trust in Autonomous Systems, offered at Stanford.
Install Julia version 1.5.3 from https://julialang.org/downloads
Add julia
to the command line PATH: This will make julia
available anywhere on the command line.
Follow these instructions (https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/) and add the Julia `bin` directory to your User PATH environment variable (replacing
Edit your `~/.bashrc` to add the following line (replacing
Open a terminal and run the following (this will create a`julia` alias and place it in `/usr/local/bin` which is already on the terminal path): sudo sh -c 'mkdir -p /usr/local/bin && ln -fs "/Applications/Julia-1.5.app/Contents/Resources/julia/bin/julia" /usr/local/bin/julia'
git clone https://github.com/sisl/AA120Q
cd AA120Q
julia install.jl
julia
and running:
] test AA120Q
julia
(or you can open the Julia application itself)using Pluto
Pluto.run()
http://localhost:####
url you can open in a browser (this will open Pluto!)Post issues either here on GitHub or on Piazza.