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