nicobrenner / commandjobs

Command Jobs uses AI to help software engineers find the best jobs
Apache License 2.0
146 stars 12 forks source link

Making it more windows accessible . #57

Open aaryamantriescode opened 3 months ago

aaryamantriescode commented 3 months ago

Trying to run the program from windows is very tricky, and I have been encountering many issues here are some tips that helped me and could be added to the readme file: 1: " .\venv\Scripts\Activate " should be used instead of " source venv/bin/activate" in windows .

  1. " pip install windows-curses " is needed to be installed through terminal
  2. " pip install python-dotenv " is also needed to be installed

now the only issue is that even though I have curses and dotenv installed it isn't able to work with my python .i want to figure out how to fix that in this issue ps:We need to make a different section in readme for windows startup