Explorar o código

Update README.md

yulai.li %!s(int64=7) %!d(string=hai) anos
pai
achega
50d754a56c
Modificáronse 2 ficheiros con 9 adicións e 0 borrados
  1. 1 0
      .gitignore
  2. 8 0
      README.md

+ 1 - 0
.gitignore

@@ -1,5 +1,6 @@
 i*.swp
 build/*
+dist/*
 *.pyc
 .DS_Store
 **/.DS_Store

+ 8 - 0
README.md

@@ -8,12 +8,20 @@ For now this package is tested in python 2.7 and django 1.8.x
 
 ### Install Package
 
+clone and install
+
 ```
 # git clone https://github.com/blacktear23/django_tidb.git
 # cd tidb_django
 # python setup.py install
 ```
 
+install from pip
+
+```
+pip install django_tidb
+```
+
 ### Update settings.py
 
 ```python