Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1023 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 1023 Bytes

Harpia Project

Harpia é um instalador feito em python Foca principalmente em repositórios do Github

Python Ver

Install

Using PIP command:

git clone https://github.com/LunarPyOrg/harpia # Will clone 'main' branch
cd harpia
pip install .

Build and install (you'll need to install poetry first):

git clone https://github.com/LunarPyOrg/harpia # Will clone 'main' branch
cd harpia
poetry build
pip install dist/harpia-*.whl

Uninstall

pip uninstall harpia

Contribute

You'll need to use poetry dependencie manager:

git clone --branch dev https://github.com/LunarPyOrg/harpia
cd harpia

# To run main() function from harpia/main.py
poetry run harpia

# To build to a .whl file
poetry build

# To install the build file using pip
pip install dist/harpia-APPVERSION-PYTHONVERSION-none-any.whl