Skip to content

Latest commit

 

History

History
49 lines (49 loc) · 1 KB

README.md

File metadata and controls

49 lines (49 loc) · 1 KB

Master UPB

Table of contents

Resume

The main aim of this project is to provide a...

Pre-requirements

  • To have installed a python version managment
  • To have installed the 3.11.4 python version or higher

Setup

  • $ git clone https://github.com/JesusSalinas/master_upb.git
  • $ cd ../repository_folder
  • $ pip3 install -r requirements.txt

Structure

master_upb/
│
├── src/
│   ├── app.py
│   ├── ...
│
├── data/
│   ├── obj.py
│   ├── ...
│
├── docs/
│   ├── example_urls.csv
│   ├── ...
│
├── img/
│   ├── background.jpeg
│   ├── ...
│
│├── tests/
│   ├── test.py
│   ├── ...
│
├── requirements.txt
├── README.md
├── main.py
└── .gitignore

Use

python3 main.py