Skip to content

Commit 5c4aa55

Browse files
authored
add the readme
1 parent 9bcb2f2 commit 5c4aa55

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# python_mysql_crud
2+
Use mysql with python
3+
### Python avec Mysql
4+
5+
Cette application va permettre d'apprendre l'integration de python et mysql
6+
a travers le package pymysql
7+
8+
apres telechargement ou clone du projet
9+
10+
### cloner
11+
git clone https://github.com/seriadiallo/python_mysql_crud.git
12+
13+
### Installation des dependances
14+
pip install -r requirements.txt
15+
16+
# Tester
17+
python insert.py
18+
python update.py
19+
python select.py
20+
python delete.py

0 commit comments

Comments
 (0)