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

can't install publicstatic - mdx-grid #114

Closed fkpwolf closed 6 years ago

fkpwolf commented 9 years ago

It couldn't find the mdx-grid package. How to fix it?

Downloading/unpacking markdown>=2.4 (from publicstatic)
  Downloading Markdown-2.5.2.tar.gz (291kB): 291kB downloaded
  Running setup.py (path:/tmp/pip_build_fan/markdown/setup.py) egg_info for package markdown

Downloading/unpacking mdx-grid (from publicstatic)
  Could not find any downloads that satisfy the requirement mdx-grid (from publicstatic)
  Some externally hosted files were ignored (use --allow-external mdx-grid to allow).
Cleaning up...
No distributions at all found for mdx-grid (from publicstatic)`

pip -V
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)
hvtuananh commented 6 years ago

mdx-grid is available from here: https://github.com/dreikanter/markdown-grid

Install: pip install -e git+git://github.com/dreikanter/markdown-grid#egg=mdx_grid

dreikanter commented 6 years ago

Update is merged.

dreikanter commented 6 years ago

@hvtuananh Thanks for the PR!