To install, you can clone the repository and cd
into the sparse_coding folder.
# use ssh
$ git clone [email protected]:BouchardLab/sparse_coding.git
# or use https
$ git clone https://github.com/BouchardLab/sparse_coding.git
$ cd sparse_coding
If 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