Guest User

README.txt

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