Back to main installation page
Since the software environment on ERDA already includes all the software tools necessary to run the notebooks, the only thing that has to be done there is to clone the code repository in your local workspace.
Get Registered on ERDA (email Troels to get registered)
If you do not wish to do so, you can still access the course content by manually downloading the repository (see Option C below)
You should now have a terminal window opened in your screen. If you type in the command ll
, you should see a list of folder in your space. Move into the work folder by typing the command cd work
.
Once you are in your work folder, make yourself a local copy of the code repository by typing the command
git clone https://https://github.com/troelspetersen/AppliedML2023 .
If you list the content of your work directory, you should now see a local copy of the code appear on your machine.