README update with setup chapter

where are scripted the command to manage conda and pip
This commit is contained in:
GassiGiuseppe 2025-09-17 16:50:50 +02:00
parent 8df2736b97
commit 61568200a8

View File

@ -4,4 +4,15 @@ This is the work project for the DeepLearning exam of 16th September 2025
## Index
- [Resources](./docs/RESOURCES.md)
- [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