Installation - Rakhilukky/infinityfree GitHub Wiki
📦 Installation Guide
🔹 Installing via PyPI
To install the module using pip:
pip install infinityfree
you can use "python -m"
python -m pip install infinityfree
python -m pip install -U infinityfree
🔹 Running on Termux (Android) or Linux
If you're using Termux on Android or Linux, install dependencies first:
pkg update && pkg upgrade
pkg install python
pip install infinityfree
🔹 Dependencies
The package requires:
requests
pycryptodome
These are automatically installed via pip.
For manual installation:
pip install requests pycryptodome