Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.11 KB

Applied Data Visualziation - Homeworks

Course website: https://www.dataviscourse.net/2024-applied/

This repository will contain directories with all homeworks. You can manually download the files for each homework, but we recommend that you use git to clone and update this repository.

You can use GitHub Desktop to update this repository as new homeworks are published, or you can use the following commands:

Initial Step: Cloning

When you clone a repository you set up a copy on your computer. Run:

git clone https://github.com/dataviscourse/2024-applied-vis-homeworks

This will create a folder 2024-applied-vis-homeworks on your computer, with the individual homeworks in subdirectories.

Updating

As we release new homeworks, or if we discover mistakes and update an already released homework description, you'll have to update your repository. You can do this by changing into the 2024-applied-vis-homeworks directory and executing:

git pull

That's it - you'll have the latest version of the homeworks.