diff --git a/__init__.py b/__init__.py
index 40a96afc6ff09d58a702b76e3f7dd412fe975e26..62a6923765cbd1985409cc71b19fcbd19f8c3590 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1 +1,5 @@
 # -*- coding: utf-8 -*-
+from mbtrack2.tracking import *
+from mbtrack2.impedance import *
+from mbtrack2.instability import *
+from mbtrack2.utilities import *
\ No newline at end of file
diff --git a/mbtrack2.yml b/mbtrack2.yml
index ffede8a99e6e812638866c085cecf4274b098c32..91f5371c6603f18e55f011965817514ef3bb4373 100644
--- a/mbtrack2.yml
+++ b/mbtrack2.yml
@@ -9,4 +9,7 @@ dependencies:
   - matplotlib
   - seaborn
   - mpmath
-  - ipykernel
\ No newline at end of file
+  - ipykernel
+  - pip
+  - pip: 
+    - accelerator-toolbox
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9e3a0415cdfef3be22cd6e56b5f33407360c7028
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,9 @@
+numpy
+pandas
+scipy
+h5py
+mpi4py
+matplotlib
+seaborn
+mpmath
+ipykernel
\ No newline at end of file