Skip to content
Snippets Groups Projects
Commit aa4242ce authored by Sujen Shah's avatar Sujen Shah
Browse files

Add build-env.sh script and environment yaml

parent ce312724
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
source activate base
basedir=$( cd "$(dirname "$0")" ; pwd -P )
conda install ${basedir}/environment.yml
name: base
channels:
- conda-forge
- defaults
dependencies:
- pandas
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment