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. ↩