diff --git a/README.md b/README.md
index 9b0a3e6617533225a5047091c7fe737b94aae4c9..bbf33dffe6a2b20b0342b34f92b257ccdf314ee1 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,14 @@
 **RAPID-MIX API** is an easy-to-use toolkit designed to make sensor integration, machine learning and interactive audio accessible for artists, designers, makers, educators, and beginners, as well as creative companies and independent developers.
 
-**RAPID-MIX API** includes JavaScript and C++ libraries, built with RAPID-MIX technologies, that make it easy to combine sensor data, machine learning algorithms and interactive audio. They provide a full set of functionalities for cross-device and cross-platform development, modular components, and cloud-based services and multimodal data storage
\ No newline at end of file
+It has been built with RAPID-MIX technologies, that make it easy to combine sensor data, machine learning algorithms and interactive audio. They provide a full set of functionalities for cross-device and cross-platform development, modular components, and cloud-based services and multimodal data storage.
+
+## Dependencies
+Use `git submodule init` followed by `git submodule update` to pull the following library dependencies.  
+1. RapidLib
+2. XMM
+3. GVF
+4. RepoVizz2 Client
+5. 
+
+## C++   
+We are using Catch for C++ testing. Look at the test fixtures in the /tests/test_projetc/test_project.xcodeproj for an example of how to implement them.
\ No newline at end of file