Skip to content

Commit

Permalink
Merge pull request #5: Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jul 30, 2014
2 parents c0f6200 + 7d0716f commit 241b557
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@ It has a command line interface but can also be used as a plain Python module.
The `html2vimdoc.py` module has several dependencies, the easiest way to
install them is in a [Python virtual environment] [virtualenv]:

# Clone the repository
git clone https://github.com/xolox/vim-tools.git
cd vim-tools

# Create the virtual environment.
virtualenv html2vimdoc

# Install the dependencies.
html2vimdoc/bin/pip install beautifulsoup coloredlogs
html2vimdoc/bin/pip install beautifulsoup coloredlogs markdown

# Run the program.
html2vimdoc/bin/python ./html2vimdoc.py --help
Expand Down

0 comments on commit 241b557

Please sign in to comment.