Skip to content

xypisces/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The project about Python.

online-edu project

  • to install the virtualenv to startproject in windows.
    pip install virtualenv
  • install virtualenvwrapper to make the development simple
    pip install virtualenvwrapper
  • create a new vritual environment
    mkvirtualenv testonline
  • enter the environment
    workon testonline
  • install django
    pip install django==1.9
  • install mysql
    pip install mysql-python
    pip install MYSQL_python-1.2.5-cp27-none-win-amd64.whl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published