diff --git a/README.md b/README.md index 34c55ed..0803ea3 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,15 @@ This is the work project for the DeepLearning exam of 16th September 2025 ## Index -- [Resources](./docs/RESOURCES.md) \ No newline at end of file +- [Resources](./docs/RESOURCES.md) + +## Setup + +Create and activate you Conda enviroment with: + + conda env create -f environment.yaml + conda activate deep_learning + +Now install dependencies on pip: + + pip install -r requirements.txt