From 54ff5a2df99d13c808f306ab0954522304a9f06b Mon Sep 17 00:00:00 2001 From: Anzum Bano <34786022+anzumbano@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:47:03 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 8a9a050b15..9ca5ea525f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,5 @@ ud120-projects ============== -Starter project code for students taking Udacity ud120 +new Starter project code for students taking Udacity ud120 -### Setup -- Create a virtual environment for Python 3.9 or higher. -- $ pip install -r requirements.txt - -### Contribution Note -The code in this repo has been upgraded from Python 2 to Python 3 by [Siddharth Kekre](https://github.com/iSiddharth20) in this [PR](https://github.com/udacity/ud120-projects/pull/302). Refer to the [Change Log](https://github.com/iSiddharth20/ud120-projects/blob/master/CHANGELOG.md) for more details. - -### Path Note -According to your `ud120-projects` location you may have to change the path for every `sys.path.append(os.path.abspath(("../tools/")))` to `sys.path.append(os.path.abspath(("./tools/")))` (Basically '../' to './' for all of the files path) or vice-versa in your `.py` files.