Movie recommendation engine and other things we're thinking through. WE HAVE A NAME.
- Mariam, @mariamrf.
- Tarek, @TarekSamirJedi.
-
Clone the github repo
-
Install virtualenv and activate it
$ virtualenv -p python3 venv $ . venv/bin/activate
-
Install requirements
$ make bootstrap
-
Freeze requirements
$ pip freeze -l > requirements.txt
-
Commit changes as you would normally with git
-
To deactivate the virtualenv, simply:
$ deactivate
(Testing lints but linting doesn't test)
$ make lint
$ make test