readme sprinkle

This commit is contained in:
Joshua E. Jodesty 2018-10-10 21:10:09 -04:00
parent 185bef3910
commit 7035eac941
1 changed files with 2 additions and 2 deletions

View File

@ -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()