To install, you can clone the repository and cd into the sparse_coding folder.
# use ssh
$ git clone git@github.com:BouchardLab/sparse_coding.git
# or use https
$ git clone https://github.com/BouchardLab/sparse_coding.git
$ cd sparse_codingIf you are installing into an active conda environment, you can run
$ conda env update --file environment.yml
$ pip install -e .If you are installing with pip you can run
$ pip install -e . -r requirements.txt