Skip to content

josetorrs/thee-flying-chicken

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thee-flying-chicken

HackIowa Mentorship Repository

Project Package Management

Conda via miniconda or anaconda
Create your local environment from the env.yml file

conda env create -f tfc.yml

Then activate the environment

conda activate tfc

Project Configuration

main project paths will be stored in the config.json file, which is part of the git ignore, but can be generated via the following command:

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

About

HackIowa Mentorship Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.4%
  • Jupyter Notebook 41.8%
  • Shell 2.8%