Skip to content
Snippets Groups Projects
Unverified Commit 45e17d3f authored by Russell Jarvis's avatar Russell Jarvis Committed by GitHub
Browse files

Update install.jl

parent b41de819
No related branches found
No related tags found
No related merge requests found
include("src/SpikingNeuralNetworks.jl")
include("src/units.jl")
include("src/plot.jl")
try
using UnicodePlots
using PyCall
......@@ -28,6 +24,12 @@ catch
using PyCall
using UnicodePlots
end
include("src/SpikingNeuralNetworks.jl")
include("src/units.jl")
include("src/plot.jl")
using SpikingNeur
SNN = SpikingNeuralNetworks.SNN
using UnicodePlots
using PyCall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment