Commit 8a7c30d7 authored by Nicolas Ollinger's avatar Nicolas Ollinger

genenv

parents
qisvenv
.DS_Store
#!/bin/sh
virtualenv qisvenv
source qisvenv/bin/activate
pip install -r requirements.txt
python -m ipykernel install --user --name=qiskitenv
jupyter-nbextension install rise --py --sys-prefix
jupyter-nbextension enable rise --py --sys-prefix
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment