Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 368 Bytes

INSTALLATION.md

File metadata and controls

16 lines (14 loc) · 368 Bytes

Installation

git clone https://github.com/Avaiga/popular_movie_by_genre_app.git
cd popular_movie_by_genre_app
pip install -r requirements.txt

If you want to run tests, please install Pipenv:

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