From 497cc522c7e2009e9cfe7b37116f17851dac0968 Mon Sep 17 00:00:00 2001 From: Maxim Stewart Date: Fri, 10 Apr 2020 17:45:18 -0500 Subject: [PATCH] README changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0b822f..5e6745f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A template to get you setup to pass a command file and run commands. # Note(s) -This is designed with using Python mixins to inherit functionality from discrete classes that have discrete methods. The only "global" variable should be in the Context class. +This is designed with using Python mixins to inherit functionality from discrete classes that have discrete methods. The only "global" variables should be in the Context class. !Important! BUILD OUT THE LOGIC FIRST AS THIS IS JUST TO GET STARTED! @@ -13,7 +13,7 @@ This is designed with using Python mixins to inherit functionality from discrete # Setup -*** Change directory to the src. +*** Change to the src directory. (Rename it if you want to first.) ``` python3 -m venv ./venv ```