Installing The Package Named SnFFT

To install through the first method listed on the link. SnFFT.jl/InitialSetUp.jl at master · GDPlumb/SnFFT.jl · GitHub

Following procedure is being told:

#Installs SnFFT using Julia’s package manager and then runs the examples

open Terminal and change directories to the location of this file
#Start an interactive julia session
#Run:

require(“InitialSetUp.jl”)

Pkg.update()
Pkg.add(“SnFFT”)
using SnFFT
example1()
println(“”)
example2()
println(“”)
example3()
println(“”)
example4()
println(“”)
example5()
println(“”)
example6()
println(“”)
example7()
println(“”)
example8()