- Create a Python Virtual Environment
python3 -m venv ~/.venvorvirtualenv ~/.venv# macOS/Linux # You may need to run sudo apt-get install python3-venv firstpython3 -m venv .venv - Edit my ~/.bashrc `source ~/.venv/bin/activate
- Create empty files:
Makefile,requirements.txt,main.py,Dockerfile,mylib/__init__.py - Populate
Makefile - Build cli using Python
./cli-fire.py --helpto test the logic.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|