Update README

This commit is contained in:
2023-09-26 15:01:03 +02:00
parent 86e7d3acb1
commit aa5746b2a6
2 changed files with 16 additions and 2 deletions

View File

@@ -4,6 +4,20 @@
- [Project](https://anderkve.github.io/FYS3150/book/projects/project2.html)
## Requirements
To compile the C++ programs, you need to have these packages installed:
- Armadillo
- Openmp
To run the Python scripts, you need to have these packages:
- numpy
- matplotlib
- pandas
- seaborn
## Compile and run C++ programs
Compiling and linking is done using Make, make sure you are in the root directory.