Repo for Sync project.
Assignment files are located in the assignment_files directory. Demo analysis is in the sample_analysis_demo.ipynb notebook in the main project directory. Supporting code is nested under the src directory. Tests for the supporting code are in the tests directory.
- (If poetry is not already installed:)
curl -sSL https://install.python-poetry.org | python3 - git clone https://github.com/r-spiewak/sync_project.gitpoetry install
After completing the regular installation above, also do the following:
poetry run pre-commit install