Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. Install Python from: https://www.python.org/downloads/
- 2. Add Python to the Windows path:
- 2.1 Go to Environment Variables and append "C:\Users\{{USERNAME}}}\AppData\Local\Programs\Python\Python312" to the Path variable
- 2.2 Check in CMD if Python is correctly added ny running: python --version
- 3. Open Pycharm or CMD in the folder reportCg and run: pip install -r .\requirements.txt
- 4. Install Google Chrome if you do not have it already
- 5. Replace {{INSERT_USERNAME}} from main.py with your Windows username
- 6. Run main.py in Pycharm or in CMD using: python main.py
Add Comment
Please, Sign In to add comment