- git clone https://github.com/nmaslov255/presidential-grants-parser.git
- cd presidential-grants-parser
- python3 -m venv .
- source bin/activate
- pip3 install -r requirements.txt
- python3 parser/main.py 'Grants.xlsx'
Also, you can use: python3 parser/main.py --help