Welcome to Technology Fundamentals for Business Analytics!
This repository will have lessons and labs for the class. If you are using the online website these will automatically show up in the materials directory.
If you are using this on your local computer you need to first clone it. You will then have to pull changes on a regular basis. You should not commit any changes unless asked by an instructor.
There is a requirements.txt file that has the associated requirements.
First install pip, which is a package manager similar to conda.
conda install -c anaconda pip
Then, from the repository install all the packages in requirements.txt.
pip install -r requirements.txt
Please check the individual directories regarding the licensing. Because this project incorporates materials from different project, the subdirectories had different required attribution and licensing.