README changes
This commit is contained in:
parent
2645506fc8
commit
497cc522c7
|
@ -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 ```
|
||||
|
||||
|
|
Loading…
Reference in New Issue