vintasoftware / django-react-boilerplate

Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate
MIT License
1.97k stars 479 forks source link

Remove instructions to install pip-tools globally #490

Closed osantana closed 4 years ago

osantana commented 4 years ago

The compile_install_requirements target on Makefile installs pip-tools in active virtualenv.

Description

Motivation and Context

Not everybody uses pip-tools in their own projects and it would be not desirable to install it globally.

Types of changes

Checklist:

osantana commented 4 years ago

Thanks @vanessa! I really have no idea how to fix node-related issues haha :)

vanessa commented 4 years ago

@osantana Can you merge master into your branch? That'll fix the issue.