Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29942562: Issue 7064 - [CMS] Add requirements.txt (Closed)
Patch Set: Created Nov. 14, 2018, 4:39 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | requirements.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index c95ced5ca861112fc9abdacb81b53f9b36b44ce9..6f0456d319a01459fa7e6146c1a7d5a72b8ba9e3 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,8 @@ convert your content directory on the fly, your changes will become visible
immediately. To run it you need:
* Python 2.7
-* [Jinja2](http://jinja.pocoo.org/) and
- [Markdown](https://pypi.python.org/pypi/Markdown) modules (can be installed by
- running `easy_install Jinja2 Markdown` from the command line)
+* The modules listed in `requirements.txt` (can be installed by running
+`pip install -r requirements.txt` from the command line).
* A current copy of the
[cms repository](https://github.com/adblockplus/cms/) (can be
[downloaded as ZIP file](https://github.com/adblockplus/cms/archive/master.zip)
« no previous file with comments | « no previous file | requirements.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld