Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avdata99/electricistas
https://github.com/avdata99/electricistas
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avdata99/electricistas
- Owner: avdata99
- Created: 2022-04-12T23:38:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T00:25:03.000Z (over 2 years ago)
- Last Synced: 2023-08-02T22:51:13.451Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```
### WindowsInstalar y activar el entorno local
Python >= 3.8 requirido```PowerShell
python -m venv .python
.python\Scripts\activate
```