Skip to content

dcolish/flask-markdown

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Flask-Markdown

This is a small module to load markdown processing into
your flask.

To setup the development environment

  $ git clone https://github.com/dcolish/flask-markdown.git
  $ virtualenv ENV
  $ . ENV/bin/activate
  $ python setup.py develop

You should now be able to run the test suite with

  $ python setup.py test

!! There is a bug in the current release of 'nose' which results in 'NoneType'
   objects being called on test-suite shutdown. Please ignore this.

To setup the documentation environment

  $ pip install sphinx
  $ git submodule init
  $ git submodule update