Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar257ammar authored Jun 30, 2024
1 parent e95ee3d commit 05e83f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@ This repository contains practical materials for the "Parallel Programming" topi

The practical is made available in two programming languages: R and Python.

You can either fork the repository if you have git installed, or download it from "<> Code" and then "Download ZIP".

In the downloaded/forked folder, there are two options:
- For R users:
- R installed is required (the practical script is tested with R v4)
- RStudio is prefered to run the each part of the script alone and examine the results.
- Use MSB1015-Practical.R (instructions included in the script file)
- For Python users, use MSB1015-Practical.ipynb (instructions included in the Jupyter Notebook)
- Python >= 3.8 and Jupyter Notebook are required to run the practical notebook.
- Use MSB1015-Practical.ipynb (instructions included in the notebook file)

0 comments on commit 05e83f4

Please sign in to comment.