Skip to content

Microarchitecturovisco/Travel-Agencies-Scrapers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel-Agencies-Scrapers

Installation

Use the package manager pip to install libraries used in the project specified in the requirements.txt file.

pip install requirements.txt

Usage

You can run the individual modules like so:

python -m logic.destinations.destination_scraping

Setting up a virtual environment

If you want to create a virtual environment for python, run the following command:

python -m venv .venv

This is useful for separating your global python configuration

Then activate the venv on your shell by running:

source .venv/bin/activate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages