Skip to content

haritkapadia/urge-purge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

Urge Purge

Remember to set up the python virtual environment and install the required packages.

Setup

You will require Python 3 and Node.js to run. They will require additional packages to be installed at ./docs. Therefore, the first command one should run is simply:

$ cd docs

Python 3

It is recommended to use virtualenv.

(docs) $ pip install pyqt5

Node.js

It is recommended to save packages locally with npm install --save.

$ npm install --save request
$ npm install --save httpProxy
$ npm install --save bodyParser
$ npm install --save express

Run

To run, simply run main.js using Node.js.

$ cd docs
$ . bin/activate
(docs) $ node main.js

To stop the server and the rest of the program, simply press Ctrl-C.

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors