Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 487 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 487 Bytes

Commad Linux

Requsito para ejecutar este script

  • tener python3 instalado

Instalacion

· para Windows:
    git clone https://github.com/JuanPerdomo00/command-linux.git
    cd command-linux
    pip install -r requirements.txt
    cd src/
    python main.py
. para Linux
    git clone https://github.com/JuanPerdomo00/command-linux.git
    cd command-linux
    pip3 install -r requirements.txt
    cd src/
    python3 main.py