shamohamin / execl_reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

execl_reader

....

Start

install python and pip

  
  linux or unix
  cd execl_reader
  python3 -m venv env
  source env/bin/activate
  pip install -r requirements.txt
  python run.py

  windows
  cd execl_reader
  py -m venv env
  .\env\Scripts\activate
  pip install -r requirements.txt
  py run.py

  

About


Languages

Language:Python 100.0%