From 45e17d3ffe710e6455d78ce2f2ceb81e7e9d00d1 Mon Sep 17 00:00:00 2001
From: Russell Jarvis <rjjarvis@asu.edu>
Date: Sat, 18 Apr 2020 13:20:50 +1000
Subject: [PATCH] Update install.jl

---
 install.jl | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/install.jl b/install.jl
index 9acc2a5..b66abb3 100644
--- a/install.jl
+++ b/install.jl
@@ -1,8 +1,4 @@
 
-
-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
-- 
GitLab