Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 725 Bytes

INSTALLATION.md

File metadata and controls

29 lines (24 loc) · 725 Bytes

Installation

The latest stable version of demo-movie-recommendation is available through pip:

pip install demo-movie-recommendation

Development version

You can install the development version of demo-movie-recommendation with pip and git:

pip install git+https://git@github.com/Avaiga/demo-movie-recommendation

Work with the demo-movie-recommendation code

git clone https://github.com/Avaiga/demo-movie-recommendation.git
cd demo-production planning
pip install .

If you want to run tests, please install Pipenv:

pip install pipenv
git clone https://github.com/Avaiga/demo-movie-recommendation.git
cd demo-movie-recommendation
pipenv install --dev
pipenv run pytest