You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
src/zaphodafier | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
poetry.lock | 3 years ago | |
pyproject.toml | 3 years ago | |
zaphodafier.conf.sample | 3 years ago |
README.md
zaphodafier
Un notificatore telegram
Preparazione virtualenv
Con poetry:
pip3 install poetry
poetry install
A manina:
python3 -m virtualenv /path/al/virtualenv # creazione
source ./path/al/virtualenv/bin/activate # attivazione
Build
poetry build
ls dist/
Installazione
Se esiste un virtualenv apposito, attivarlo con source
, altrimenti proseguire allo step successivo
source ./path/al/virtualenv/bin/activate
installare con (assicurarsi di aver buildato con poetry build
)
pip install dist/zaphodafier*.whl # controllare il nome del file
Esecuzione
Con poetry
poetry run zaphodafier --help
Se installato e/o con virtualenv attivato:
zaphodafier --help