Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eamanu/burbuja-detector
https://github.com/eamanu/burbuja-detector
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eamanu/burbuja-detector
- Owner: eamanu
- Created: 2019-12-14T22:57:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T23:54:07.000Z (over 2 years ago)
- Last Synced: 2024-04-18T05:21:06.847Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Burbuja detector
Ejecutar:
```bash
$ python3 -m venv venv # Ejecutar por única ve
$ source venv/bin/activate
$ pip install -r requirements # Ejecutar por unica vez
$ pyhton3 burbuja.py
```