From 38430dea9b77f7476752b28da3781fa14beb8c57 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Wed, 28 Apr 2021 20:54:57 +0100 Subject: [PATCH] Readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 887a651..34f6b68 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ contains the following: more about the language. - The `applications` directory contains a series of practicals which focus - on using Python to accomplish specific tasks. + on using Python to accomplish specific tasks, and practicals which introduce + a range of useful Python-based libraries. The practicals have been written under the assumption that FSL 6.0.4 is installed. @@ -36,7 +37,9 @@ A page should open in your web browser - to access the practicals, navigate into one of the `getting_started`, `advanced_programming`, or `applications` directories, and click on the `.ipynb` file you are interested in. -Some practical sub-directories will also contain a `README.md` file with additional information specific to the practical. Make sure you read this as well **before running the notebooks**. +Some practical sub-directories will also contain a `README.md` file with +additional information specific to the practical. Make sure you read this as +well **before running the notebooks**. Have fun! -- GitLab