Skip to content

Commit

Permalink
add setup instructions for the repo
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 5, 2015
1 parent 0e60bf4 commit 72b986a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.rst
Expand Up @@ -12,6 +12,19 @@ Setup
<https://github.com/Voog/wysihtml/blob/master/examples/css/stylesheet.css>
4. Run ``nikola build``

Setup for the test repo (this one)::

virtualenv comet_env
cd comet
source bin/activate
git clone https://github.com/getnikola/nikola.git
cd nikola
pip install -e '.[extras]'
cd ..
git clone https://github.com/getnikola/comet_cms.git
cd comet_cms
pip install -r requirements.txt
nikola build

Usage
-----
Expand Down

0 comments on commit 72b986a

Please sign in to comment.