-
Notifications
You must be signed in to change notification settings - Fork 52
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
Windows setup instruction in README #1
Comments
1: I installed the latest Python Windows installer (3.7), and it seems like it now uses py to start Python instead of python or python3. See: https://stackoverflow.com/a/13533958/5503425. You can still add the Python folder to your PATH to allow you to type python as well if you like. Best bet if having issues is to read through: https://docs.python.org/3/using/windows.html 2: Not sure if the following "virtualenv" lines in Step 4 (https://github.com/superquest/digital-cash#step-4-clone-the-project-with-git-install-dependencies-and-run-it) are relevant for Windows? Didn't seem to work for me, but Jupyter notebook launched fine anyway.
|
I have windows and this works for me:
|
You can follow this guide: http://timmyreilly.azurewebsites.net/python-pip-virtualenv-installation-on-windows/ |
For windows:
|
some steps that I had to take in between the commands provided: |
I updated the README.md to include Windows instructions. Going to leave this issue open in case anyone has issues with it ... |
No description provided.
The text was updated successfully, but these errors were encountered: