Git Product home page Git Product logo

Comments (6)

 avatar commented on August 14, 2024 1

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.

python3 -m virtualenv venv
source venv/bin/activate

from digital-cash.

xeyaldunyasi avatar xeyaldunyasi commented on August 14, 2024 1

some steps that I had to take in between the commands provided:
(after installation of virtualenv)
cd digital-cash/venv/Scripts
activate (venv> appears in front of the command line)
cd digital-cash
py -m pip install -r requirements.txt (installs necessary files)
jupyter notebook

from digital-cash.

Ivans1310 avatar Ivans1310 commented on August 14, 2024

I have windows and this works for me:

pip install virtualenv (normally pip comes with python3)
python -m virtualenv venv
source venv/Scripts/activate
python -m pip install -r requirements.txt
jupyter notebook

from digital-cash.

mirojr avatar mirojr commented on August 14, 2024

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.

python3 -m virtualenv venv
source venv/bin/activate

You can follow this guide: http://timmyreilly.azurewebsites.net/python-pip-virtualenv-installation-on-windows/

from digital-cash.

israelvi avatar israelvi commented on August 14, 2024

For windows:
Note: source command does not exists in Windows

pip install virtualenv
python -m virtualenv venv
venv/Scripts/activate  (this is a .bat file, after that, you should see a label (venv) before the path)
python -m pip install -r requirements.txt
jupyter notebook

from digital-cash.

justinmoon avatar justinmoon commented on August 14, 2024

I updated the README.md to include Windows instructions. Going to leave this issue open in case anyone has issues with it ...

from digital-cash.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.