Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 236 Bytes

File metadata and controls

16 lines (9 loc) · 236 Bytes

Setup

  • Navigate to the pycli folder.

  • Run command

    $ python3 -m venv env

    $ . env/bin/activate

    $ pip install --editable .

    $ hello

    $ hello "pradeep"

HomePage