Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 252 Bytes

README.org

File metadata and controls

9 lines (9 loc) · 252 Bytes

installation

D=nb
git clone https://github.com/SandStormHoldings/noodles_blog $D && \
cd $D && \
virtualenv -ppython3.5 . && \
git submodule update --init --recursive && pip install -r requirements.txt && \
./runserver.py