Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vhiribarren/test-python-git-ref-app
- Owner: vhiribarren
- Created: 2024-12-04T18:10:29.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2024-12-04T18:37:18.000Z (18 days ago)
- Last Synced: 2024-12-04T19:25:22.941Z (18 days ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
uv run hello.py
or
python3 -m venv .venv
. .venv/bin/activate
pip3 install .
python3 hello.pyor
python3 -m venv .venv
. .venv/bin/activate
pip3 install git+https://github.com/vhiribarren/test-python-git-ref-lib
python3 hello.py