MAINT: Add copy_notebooks to website README instructions

pull/84/head
Jake Vanderplas 2017-08-16 10:39:07 -07:00 committed by GitHub
parent a03699ccfb
commit ff8a3bafaf
1 changed files with 6 additions and 1 deletions

View File

@ -19,6 +19,11 @@ $ source activate pelican-blog
$ pip install pelican Markdown ghp-import
```
Copy the notebook content to the right location (this script also modifies some links for the HTML):
```
$ python copy_notebooks.py
```
Build the html and serve locally:
```
@ -31,4 +36,4 @@ Deploy to github pages
```
$ make publish-to-github
```
```