| layout | page |
|---|---|
| title | Installation instructions on Windows |
| permalink | /docs/en/Installation_on_Windows/ |
Important! Read the instructions from start to finish, and then act! Good luck!
- Go to the Python website.
- Choose the version that suits you (depends on the operating system).
- Download.
- Run the installer.
- Follow the instructions that the installer offers you. Check "Add Python 3.x to Path" and click on Install Now (see the figure below). If you are an experienced user, select Customize installation. 
There are two options for downloading the project:
a) Click the link https://github.com/instagrambot/instabotai Click on "Clone or download", and then on "Download ZIP". Unpack it. b) Installing the Git Client:
- Go to the Git site.
- Choose the version that suits you (depends on the operating system).
- Download.
- Run the installer.
- Follow the instructions that the installer suggests (click on Next). You can configure the client yourself if you are an experienced user.
- After installation, run the command line.
- At the command prompt, type.
Download dlip ‘.wheel’ file as ur system requirnment (use link bellow) download link : https://pypi.python.org/simple/dlib/
Open cmd navigate to dlib wheel file path and hit command
pip install dlib_file_name.wheel
git clone https://github.com/instagrambot/instabotai.git --recursivecd instabotai/
pip install -r requirements.txt
Run: python example.py -u yourusername -p password -l therock,kimkardashian -t "#like4like#follow4follow"
And press Enter.
Congratulations! You downloaded the project!