diff --git a/README.md b/README.md
index b6c237488275e1fa974094f97b18b2462f3bd1f8..fdd1d8c6eabedc62f68e586631a22caf790b6824 100644
--- a/README.md
+++ b/README.md
@@ -34,8 +34,7 @@ Subsequent requests to the client endpoint return the client_id but not the secr
 ### Setup 
 
 ```
-pipenv install 
-pipenv shell 
+pipenv install  
 ```
 
 ### Running 
@@ -46,10 +45,8 @@ pipenv shell
 
 #### API 
 
-In a `pipenv shell`
-
 ```
-python api.py 
+pipenv run python api.py 
 ```
 
 #### Create some clients 
@@ -58,24 +55,20 @@ python api.py
 
 #### Event bus 
 
-In a `pipenv shell` 
-
 ``` 
-python soar_bus.py
+pipenv run python soar_bus.py
 ```
 
 #### Send / Receive directly 
 
-In a `pipenv shell` 
-
 ```
 # Send a message 
-python client_send.py noc-c2-outbox 'soar.noc.slocum.something' from noc-c2
+pipenv run python client_send.py noc-c2-outbox 'soar.noc.slocum.something' from noc-c2
 ```
 
 ```
 # Receive messages  
-python client_read.py noc-sfmc-inbox
+pipenv run python client_read.py noc-sfmc-inbox
 ```
 
 #### Receive via API