Skip to content

Rowadz/PonyORM_yt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PonyORM_yt

code for this playlist here

install

  • clone
$ git clone https://github.com/MohammedAl-Rowad/PonyORM_yt.git
$ cd PonyORM_yt
  • create a virtual enviroment using virtualenv and activate it
$ virtualenv mypython
$ source mypython/bin/activate
$ pip install -r requirements.txt