Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code not executing #409

Open
sitharavs opened this issue Sep 20, 2024 · 1 comment
Open

Code not executing #409

sitharavs opened this issue Sep 20, 2024 · 1 comment

Comments

@sitharavs
Copy link

C:\path>cd C:\path\Documents\Automate Job Applications\linkedIn_auto_jobs_applier_with_AI

C:\path\Documents\Automate Job Applications\linkedIn_auto_jobs_applier_with_AI>python -m venv .venv

C:\path\Documents\Automate Job Applications\linkedIn_auto_jobs_applier_with_AI>$ python -m venv .venv
'$' is not recognized as an internal or external command,
operable program or batch file.

C:\path\Documents\Automate Job Applications\linkedIn_auto_jobs_applier_with_AI>python -m venv .venv

C:\path\Documents\Automate Job Applications\linkedIn_auto_jobs_applier_with_AI>.venv\Scripts\activate.bat

(.venv) C:\path\Documents\Automate Job Applications\linkedIn_auto_jobs_applier_with_AI>python main.py --resume My name - Resume.pdf

(.venv) C:\path\Documents\Automate Job Applications\linkedIn_auto_jobs_applier_with_AI>

My notes -
this is what I tried to run, please tell me if I have missed anything or gone wrong somewhere. However, my code is not executing

@pancho-villa
Copy link

You forgot step 5 of the installation process:

pip install -r requirements.txt

Then configure all your settings, and try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants