You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.2-*" and ensure that Q# appears in the list of installed templates. Ignore warnings but ensure that one version of the templates was actually installed.
Brew and Git
Install homebrew if you haven't already from https://brew.sh
Run brew install git
Sanity Check
Run mkdir ~/samples
Run cd ~/samples
Run git clone https://github.com/Microsoft/Quantum.git
Run cd Quantum
Run code . and this should bring up Visual Studio Code with access to the files
Run cd Samples/Teleportation. Other samples are present for your future reference
Run dotnet run and you should get the Teleportation sample running