Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 465 Bytes

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