Skip to content

ArnavVivek13/Predictive-Maintainence-3rd-Sem-PRML-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predictive-Maintainence-3rd-Sem-PRML-Project-

Clone and Set Up a Python Project (requirements.txt)

Note: Do all of this in VS Code terminal

1. Install Python

Make sure Python is installed:

python --version

or

python3 --version

2. Install Git

Check if Git is installed:

git --version

3. Clone the Repository

git clone https://github.com/ArnavVivek13/Predictive-Maintainence-3rd-Sem-PRML-Project.git

4. Go Into the Project Folder

cd Predictive-Maintainence-3rd-Sem-PRML-Project

5. Create a Virtual Environment

python -m venv venv

6. Activate Virtual Environment

Windows:

venv\Scripts\activate

Mac/Linux:

source venv/bin/activate

7. Install Requirements

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors