Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,16 @@ Manually install using CLI
Manually install using UI
-------------------------

Go to the `repo on github <https://github.com/hardikvasa/google-images-download>`__ ==> Click on 'Clone or Download' ==> Click on 'Download ZIP' and save it on your local disk.
Go to the `repo on github <https://github.com/hardikvasa/google-images-download>`__ ==> Click on 'Clone or Download' ==> Click on 'Download ZIP' and save it on your local disk.

Installing in virtualenv
-------------------------
It's a good practice to install the project in a virtual env, especially if you are working on multiple python project

.. code-block:: bash
$ python3 -m venv google
$ cd google
$ source bin/activate
(google) $ git clone git@github.com:vandanabhandari/google-images-download.git
(google) $ cd google-images-download/
(google) $ pip install google_images_download