Understanding Product Review Characteristics in Supply-Driven Crowdsourcing MarketPlace: A Case Study of Fiverr
Description: TO-DO
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