Skip to content

Commit

Permalink
Initialize conda environment for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaConcon committed Dec 1, 2018
1 parent 287d26b commit a18eb6f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
7 changes: 7 additions & 0 deletions utscfood-api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# utscfood-api

## Installation

1. create the conda environment with `conda env create -f environment.yml`
2. activate the conda environment with `conda activate utscfood`

4 changes: 4 additions & 0 deletions utscfood-api/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: utscfood
channels:
- defaults

0 comments on commit a18eb6f

Please sign in to comment.