Skip to content

Movie recommendation engine and other things we're thinking through.

Notifications You must be signed in to change notification settings

Clacket/clacket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clacket

Movie recommendation engine and other things we're thinking through. WE HAVE A NAME.

Members

Install/Run

  1. Clone the github repo

  2. Install virtualenv and activate it

    $ virtualenv -p python3 venv
    $ . venv/bin/activate
  3. Install requirements

    $ make bootstrap

Save changes to installed packages before commiting (so environment is the same with everyone)

  1. Freeze requirements

    $ pip freeze -l > requirements.txt
  2. Commit changes as you would normally with git

  3. To deactivate the virtualenv, simply:

    $ deactivate

Test and Lint Python

(Testing lints but linting doesn't test)

$ make lint
$ make test

About

Movie recommendation engine and other things we're thinking through.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published