Skip to content

dithua/WIS-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Information Systems Lab (2017)

How to clone the project

  • create a virtual environment
virtualenv -p python3 postsapp
  • go inside the virtualenv and activate it
cd postsapp
source bin/activate
  • clone the code from github
git clone https://github.com/dithua/WIS-2017.git
  • go to app folder and install the dependencies
cd WIS-2017
pip install -r requirements.txt

More info Lab1 Lab2

Releases

No releases published

Packages

 
 
 

Contributors