Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

fix(installation): Upgrade pip before installing requirements #433

Closed storymode7 closed 3 years ago

storymode7 commented 3 years ago

Why was this change necessary?

How does it address the problem?

Upgrades pip and installs wheel before any installation begins when doing make install

Are there any side effects?

None