Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vhiribarren/test-python-git-ref-app


https://github.com/vhiribarren/test-python-git-ref-app

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

uv run hello.py

or

python3 -m venv .venv
. .venv/bin/activate
pip3 install .
python3 hello.py

or

python3 -m venv .venv
. .venv/bin/activate
pip3 install git+https://github.com/vhiribarren/test-python-git-ref-lib
python3 hello.py