Skip to content

saforem2/ezpz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‹ ezpz

  1. ๐Ÿ–๏ธ Setup environment1 (see Shell Environment):

    source <(curl https://raw.githubusercontent.com/saforem2/ezpz/refs/heads/main/src/ezpz/bin/utils.sh) && ezpz_setup_env
  2. ๐Ÿ Install ezpz (see Python Library):

    python3 -m pip install "git+https://github.com/saforem2/ezpz"
  3. ๐Ÿš€ Launch any *.py2 from python (see Launch):

    python3 -m ezpz.launch -m ezpz.test_dist

๐Ÿ˜Ž 2 ez.

Footnotes

  1. This will ๐Ÿช„ automagically source ezpz/bin/utils.sh and (&&) call ezpz_setup_env to setup your python environment. โ†ฉ

  2. Technically, we're launching (-m ezpz.launch) the ezpz/test_dist.py as a module (-m), in this example. โ†ฉ