GitHub - Clacket/clacket: Movie recommendation engine and other things we're thinking through.
Movie recommendation engine and other things we're thinking through. WE HAVE A NAME.
Members
- Mariam, @mariamrf.
- Tarek, @TarekSamirJedi.
Install/Run
-
Clone the github repo
-
Install virtualenv and activate it
$ virtualenv -p python3 venv $ . venv/bin/activate -
Install requirements
Save changes to installed packages before commiting (so environment is the same with everyone)
-
Freeze requirements
$ pip freeze -l > requirements.txt -
Commit changes as you would normally with git
-
To deactivate the virtualenv, simply:
Test and Lint Python
(Testing lints but linting doesn't test)