Iván Eduardo Sánchez Cerón

Results 1 comments of Iván Eduardo Sánchez Cerón

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...