README changes

This commit is contained in:
Maxim Stewart 2020-04-10 17:45:18 -05:00
parent 2645506fc8
commit 497cc522c7
1 changed files with 2 additions and 2 deletions

View File

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