Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 402 Bytes

File metadata and controls

25 lines (12 loc) · 402 Bytes

Stock

Installation

1.Clone the repository:

git clone https://github.com/prashant1039/stack-/edit/main

2.Navigate into the project directory:

cd stock-market-analysis

3.Create a virtual environment (optional but recommended):

python -m venv venv source venv/bin/activate # Linux/Mac venv\Scripts\activate # Windows

  1. Install the required packages:

pip install -r requirements.txt