Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avdata99/electricistas


https://github.com/avdata99/electricistas

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Scrape electricistas de Córdoba

Repositorio de ejercicio de pruebas para curso de Python

## Instalacion para desarrollo local

### Linux (Ubuntu 20.04)

Instalar y activar el entorno local

```bash
python3 -m venv .python
source .python/bin/activate
```
### Windows

Instalar y activar el entorno local
Python >= 3.8 requirido

```PowerShell
python -m venv .python
.python\Scripts\activate
```