File size: 245 Bytes
b0fb15f |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Neuromancer Install
### Install (Colab only)
# Skip this step when running locally.
```
pip install "neuromancer[examples] @ git+https://github.com/pnnl/neuromancer.git@master"
```
# General Method
```
pip install neurormancer
``` |