Skip to content

Instalation guide

This guide will help you install the application on your computer.

Table of contents

  1. Installation on Windows
  2. Installation on Linux/Macos

Installation on Linux/Macos

  • Download and install Python 3.7.9

    https://www.python.org/downloads/release/python-379/ * Download this repository and unzip

git clone https://github.com/jedrzejd/Otomoto-Scraper.git
  • Create python virtual environment
cd scrap-otomoto-master
python3 -m venv venv
  • Active python virtual environment
. venv/bin/activate
  • Install require packages
pip install -r requirements.txt

Installation on Windows

  • Download and install Python 3.7.9

    https://www.python.org/downloads/release/python-379/ * Download this repository and unzip

git clone https://github.com/jedrzejd/Otomoto-Scraper.git
  • Create python virtual environment
cd scrap-otomoto-master
py -m venv venv
  • Active python virtual environment
venv\Scripts\activate
  • Install require packages
pip install -r requirements.txt