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

Running in Windows #22

Closed
rmichaelsm opened this issue Apr 13, 2020 · 1 comment
Closed

Running in Windows #22

rmichaelsm opened this issue Apr 13, 2020 · 1 comment

Comments

@rmichaelsm
Copy link

I had to modify the commands to run in Windows to this:

python -m venv .venv
cd .venv/Scripts
activate.bat
cd ../..
pip install -r requirements.txt
python main.py

@alexgand
Copy link
Owner

Ok, updated the README.MD, thanks!

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