Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.55 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.55 KB

data-science-with-unix-sql-r-python

This repository contains all of the training materials for the course, Data Science with Unix, SQL, R, and Python.

to download

Mac computer:

  1. Open a Terminal window
  2. Navigate to the folder where you want to download the data-science-with-unix-sql-r-python folder
        For example, to download the data-science-with-unix-sql-r-python folder onto your Desktop:
            First, type the following and then hit Enter: cd
            Second, type the following and then hit Enter: cd Desktop/
  3. Download the data-science-with-unix-sql-r-python folder by typing the following and then hitting Enter:
        git clone https://github.com/cbrownley/data-science-with-unix-sql-r-python.git
  4. Follow the instructions in the file, Set-Up-Instructions-MAC.txt, to install the required applications.

Windows computer:

  1. Go to: https://github.com/cbrownley/data-science-with-unix-sql-r-python
  2. Click the 'Download ZIP' button in the header bar above the repository's folders and files
  3. Click on the zipped folder to open it in File Explorer
  4. Click 'Extract all'
  5. Edit the path to save the data-science-with-unix-sql-r-python folder on your Desktop
  6. Click 'Extract'
  7. Follow the instructions in the file, Set-Up-Instructions-WINDOWS.txt, to install the required applications.