#Set-up: Execute the following commands to set up the environment with conda and install the necessary packages: conda create -n rss-fp-htw python=3.8 conda activate rss-fp-htw python -m pip install -r requirements.txt