The following instructions are for linux users :
clone the repository on your local machine: git clone https://github.com/nistrate/multipleTimescalesRNN.git
from terminal open the folder: cd multipleTimescalesRNN
create virtaul envirnment: python3 -m venv venv
activate virtual environment: source venv/bin/activate
update your pip version: pip install --upgrade pip
install the following packages: pip install notebook numpy scipy tensorflow tensorflow-probabilitymatplotlib
lunch jupyter notebook : jupyter notebook
run the file A reservoir of timescales in random neural networks.ipynb