dreikanter / public-static

Programmer's approach to web content management
https://github.com/dreikanter/public-static
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Fixed dependencies problem with mdx_grid package #115

Closed hvtuananh closed 6 years ago

hvtuananh commented 6 years ago

pip behavior has changed and the current dependency_links does not work anymore. Also since dependency_links has been deprecated in latest version of pip (with Python 3.5), you also need to specify --process-dependency-links in command line argument to install it, e.g.:

pip install -e git+git://github.com/dreikanter/public-static#egg=public-static --process-dependency-links