Skip to content

chadHarper/Code-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template_paper_repo

Template repository for a repo for a paper/project (not a module/library)

Installation

To install, you can clone the repository and cd into the template_paper_repo folder.

# use ssh
$ git clone [email protected]:BouchardLab/template_paper_repo.git
# or use https
$ git clone https://github.com/BouchardLab/template_paper_repo.git
$ cd template_paper_repo

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

About

Place for me to put code from various projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published