Deployed 4dd2f51 with MkDocs version: 1.0.4

This commit is contained in:
winkidney
2019-12-09 15:01:23 +08:00
parent 88cf14e278
commit 0cdb03becb
3 changed files with 5 additions and 3 deletions

View File

@@ -396,7 +396,8 @@ are not the defaults for these languages:</p>
<li>Node, yarn</li>
</ul>
<p>To install these is pretty simple, you can just run:</p>
<div class="codehilite"><pre><span></span><span class="err">pip install pipenv</span>
<div class="codehilite"><pre><span></span><span class="err">cd pinry</span>
<span class="err">pip install pipenv</span>
<span class="err">npm install -g yarn</span>
</pre></div>
@@ -409,7 +410,8 @@ are not the defaults for these languages:</p>
<p>You will need to run two separate items as of right now, the SPA and the
backend:</p>
<div class="codehilite"><pre><span></span><span class="err">pipenv run python manage.py</span>
<div class="codehilite"><pre><span></span><span class="err">pipenv run python manage.py migrate</span>
<span class="err">pipenv run python manage.py runserver</span>
</pre></div>

File diff suppressed because one or more lines are too long

Binary file not shown.