-
ποΈ Setup environment1 (see Shell Environment):
source <(curl https://raw.githubusercontent.com/saforem2/ezpz/refs/heads/main/src/ezpz/bin/utils.sh) && ezpz_setup_env
-
π Install
ezpz
(see Python Library):python3 -m pip install "git+https://github.com/saforem2/ezpz"
-
π Launch any
*.py
2 from python (see Launch):python3 -m ezpz.launch -m ezpz.test_dist
π 2 ez.
Footnotes
-
This will πͺ automagically source
ezpz/bin/utils.sh
and (&&
) callezpz_setup_env
to setup your python environment. β© -
Technically, we're launching (
-m ezpz.launch
) theezpz/test_dist.py
as a module (-m
), in this example. β©