martomi / chiadog

A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
MIT License
458 stars 120 forks source link

Requisites to run Chiadog #306

Closed ebeng closed 2 years ago

ebeng commented 2 years ago

Not sure if this needs to come in the wiki:

after pulling the latest commit, I needed to install

sudo apt install python3-pip
pip install paramiko
pip install pygtail
pip install retry

I know during the install.sh there are some dependencies etc being download and installed, not sure if those were also covered.

martomi commented 2 years ago

Thanks for the note. Pip dependencies that are installed in the install.sh script are listed here and they do include the list you provided https://github.com/martomi/chiadog/blob/main/requirements.txt