-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Tarun Sharma edited this page Aug 29, 2024
·
1 revision
Follow these steps to install the Python Code Quality Analyzer.
- Python 3.x
- Pip (Python package installer)
-
Clone the repository:
git clone https://github.com/your-username/python-code-quality-analyzer.git cd python-code-quality-analyzer -
Set up a virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
Now you're ready to start using the Python Code Quality Analyzer!