Python Starter Repo
Project Description
Getting started
Repo structure
Where important things are.
Python Environment
Python code in this repo utilizes packages that are not part of the common library. To make sure you have all of the appropriate packages, please install Anaconda, and install the environment described in environment.yml (Instructions here, under Use environment from file, and Change environments (activate/deactivate)).
To run code
To run the Python code, complete the following:
# Install anaconda environment
conda env create -f environment.yml
# Make a note of the environent name (e.g. source activate environment_name)
# Activate environment
source activate environment_name
# Run script
cd bin/
python main.py
Contact
Feel free to contact me at 13herger <at>
gmail <dot>
com