From 57ed4367ee776ca1fa7f68fd72818d34a67c0757 Mon Sep 17 00:00:00 2001
From: TinWoodman92 <chrhodgden@gmail.com>
Date: Fri, 2 Jun 2023 07:30:54 -0500
Subject: Update README.md

---
 README.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/README.md b/README.md
index e324c88..b0845fb 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,25 @@
 # script_launchers
 
 Code to run in either Python or R run scripts in either Python or R
+
+## Next Package Design
+
+Looks like we are ready to combine the functionalities. We need to define what the objectives are
+
+## Considering only Python as "Master" and R as "Slave"
+
+Functionalities
+    - Execute R script
+    - Thread R script
+    - Dialogue R script
+        - Parallel and/or Continuous?
+    - Import R Data
+
+## Considering only R as "Master" and Python as "Slave"
+
+Functionalities
+    - Execute Python script
+    - Dialogue Python script?
+    - Import Python Data
+
+Because R does not have native threading
-- 
cgit v1.2.3