Created
March 29, 2017 06:03
-
-
Save maedoc/88588f41e7241aafc908ebed1d332197 to your computer and use it in GitHub Desktop.
Simplified TVB library Git setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda create -n tvb python=2 numba scipy matplotlib jupyter numexpr scikit-learn | |
activate tvb | |
pip install networkx | |
git clone https://github.com/the-virtual-brain/tvb-library | |
git clone https://github.com/the-virtual-brain/tvb-data | |
set PYTHONPATH=%CD%\tvb-library;%CD%\tvb-library;%PYTHONPATH% | |
jupyter notebook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For unix, use