Project Retain Alabama is the MCDC Team 4 designated project. Working with UAB and Alabama data to see where students go after college and why they choose to move or stay.
Use the git CLI GIT or the GUI git app desktop to install Retain Alabama.
gh repo clone MCDC-Team-4/retain-alabama
The following bash script will install all of these in one run.
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
Anaconda can also be used to install Juypter and other Science tools
git add --all #This will add any files that you may have added to the project on the local side.
git commit -m "{enter your commit message here}" #Commit your changes
git push --all #Push your changes.
Ry's Git Tutorial is an excellent tool to reference for Git commands.
Pull requests are welcome, but everyone should have direct access as this is a private repo. Every push will be recorded so not exactly a big worry on whether or not we mess things up.
Please make sure to test your code before pushing.