Update README.md

This commit is contained in:
Markus Buhatem Koch 2018-09-10 17:51:30 -03:00 committed by GitHub
parent a646054a69
commit 31a4d6772e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -1 +1,13 @@
# DiffyQ-SimCAD
Clone this repo
cd DiffyQ-SimCAD
pipenv run python -m ipykernel install --user --name DiffyQ-SimCAD --display-name "DiffyQ-SimCAD Env"
pipenv run jupyter notebook
Commands I ran
pipenv install ipykernel
pipenv install pandas
pipenv install jupyter
pipenv run python -m ipykernel install --user --name DiffyQ-SimCAD --display-name "DiffyQ-SimCAD Env"
pipenv run jupyter notebook