Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 305 Bytes

File metadata and controls

11 lines (8 loc) · 305 Bytes

Python-SoC-Training-Platform

This project was created to meet the requirements of my major project

Installation/Setup

apt install -y net-tools python3-disutils gcc libssl-dev mysql-server libmysqlclient-dev

pip install -r requirements.txt

mysql -u <user> -p <db> < mysqldump_db.sql