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 ```