diff --git a/README.md b/README.md index 7e3e43f..b2fa165 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ Configurations: **Build Tool & Package Import:** -Build & Install Package locally: +Step 1. Build & Install Package locally: ```bash pip install . ``` * [Package Creation Tutorial](https://python-packaging.readthedocs.io/en/latest/minimal.html) -Import Package & Run: +Step 2. Import Package & Run: ```python from engine import run run.main()