Make sure Python is installed:
python --versionor
python3 --versionCheck if Git is installed:
git --versiongit clone https://github.com/ArnavVivek13/Predictive-Maintainence-3rd-Sem-PRML-Project.gitcd Predictive-Maintainence-3rd-Sem-PRML-Projectpython -m venv venvWindows:
venv\Scripts\activateMac/Linux:
source venv/bin/activatepip install -r requirements.txt