abpwrs / thee-flying-chicken

HackIowa Mentorship Repository -- INACTIVE
MIT License
1 stars 1 forks source link

project config #8

Closed abpwrs closed 5 years ago

abpwrs commented 5 years ago

this PR contains some project configuration.
I'd like each of you ( @dragonairbender @84driffel @josetorrs ) to do the following:
reclone this project:

git clone https://github.com/abpwrs/thee-flying-chicken.git

Checkout this branch:

git checkout ap

install miniconda if you don't have it instructions
Create your local environment from the env.yml file:

conda env create -f tfc.yml

Then activate the environment:

conda activate tfc

or

source activate tfc  

Then create a local config.json file by running:

cd thee-flying-chicken # you need to run this command from thee-flying-chicken directory
python scripts/py/reset_config.py 

Once you have done this, approve this pull request

dragonairbender commented 5 years ago

I tried building the environment on my pc but now it gives a Resolve package not found error. I tried googling around a bit but I couldn't find anything that worked