From a6c54242cc7c5799d5870ea4d14a1f97cd9b7c3d Mon Sep 17 00:00:00 2001 From: Lucas Hicks Date: Sun, 15 Oct 2023 11:37:46 +1000 Subject: [PATCH] Updates more readme. --- build/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/README.md b/build/README.md index b8b086e..a234622 100644 --- a/build/README.md +++ b/build/README.md @@ -1,5 +1,5 @@ -# BUILD -Build code goes here when project underway +# Build guide +Please follow these instructions to run the project. ## Initial Environment Setup Our project relies on several different libraries in order for it to function. As most of our project is written in Python, there is an [`environment.yaml`](https://github.com/lucashicks1/lambda-deco3801/blob/main/environment.yaml) file that has been created, allowing you to create your own conda virtual environment. You can create and activate this environment with the following: