# Imagedl Installation #### Environment Requirements - Operating system: Linux, macOS, or Windows. - Python version: Python 3.9+ with requirements in [pyimagedl requirements.txt](https://github.com/CharlesPikachu/imagedl/blob/main/requirements.txt). #### Installation Instructions You have three installation methods to choose from, ```sh # from pip pip install pyimagedl # from github repo method-1 pip install git+https://github.com/CharlesPikachu/imagedl.git@main # from github repo method-2 git clone https://github.com/CharlesPikachu/imagedl.git cd imagedl python setup.py install ```