initial commit

This commit is contained in:
Joey Eamigh
2024-04-17 16:30:56 -04:00
commit 394089513c
11 changed files with 2414 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# busi410project
## setup
```bash
source .envrc
```
## run
```bash
just fit
```
or
```bash
python busi410project/fit.py
```