readme sprinkle
This commit is contained in:
parent
185bef3910
commit
7035eac941
|
|
@ -18,13 +18,13 @@ Configurations:
|
||||||
|
|
||||||
**Build Tool & Package Import:**
|
**Build Tool & Package Import:**
|
||||||
|
|
||||||
Build & Install Package locally:
|
Step 1. Build & Install Package locally:
|
||||||
```bash
|
```bash
|
||||||
pip install .
|
pip install .
|
||||||
```
|
```
|
||||||
* [Package Creation Tutorial](https://python-packaging.readthedocs.io/en/latest/minimal.html)
|
* [Package Creation Tutorial](https://python-packaging.readthedocs.io/en/latest/minimal.html)
|
||||||
|
|
||||||
Import Package & Run:
|
Step 2. Import Package & Run:
|
||||||
```python
|
```python
|
||||||
from engine import run
|
from engine import run
|
||||||
run.main()
|
run.main()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue