Skip to content

Files

Latest commit

 

History

History
 
 

Server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Understanding Product Review Characteristics in Supply-Driven Crowdsourcing MarketPlace: A Case Study of Fiverr

Description: TO-DO

Setup

Run the dev_setup.sh to set up the development environment

$ sudo chmod +x dev_setup.sh

Enter your password, then

$ ./dev_setup.sh

Everytime you switch to the directory, you need to activate the virtual environment before you start working.

$ source sc/bin/activate

and deactivate it after you finish working and want to revert to your system python environment

$ deactivate