mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
typos
This commit is contained in:
parent
97a1c2766d
commit
24525d02b0
|
@ -57,15 +57,12 @@ of a front-end developer (vs. that of a python developer). That means installing
|
||||||
Set up your environment
|
Set up your environment
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
1. Install sphinx_ into a virtual environment.
|
1. Install sphinx_ into a virtual environment. You'll need a working python environment.
|
||||||
|
|
||||||
..code-block::
|
pip install sphinx
|
||||||
pip install sphinx
|
|
||||||
|
|
||||||
2. Install node, bower and grunt.
|
2. Install node, bower and grunt.
|
||||||
|
|
||||||
..code-block
|
|
||||||
|
|
||||||
// Install node
|
// Install node
|
||||||
brew install node
|
brew install node
|
||||||
|
|
||||||
|
@ -78,8 +75,6 @@ Set up your environment
|
||||||
Now that our environment is set up, make sure you're in your virtual environment, go to
|
Now that our environment is set up, make sure you're in your virtual environment, go to
|
||||||
this repository in your terminal and run grunt:
|
this repository in your terminal and run grunt:
|
||||||
|
|
||||||
..code-block
|
|
||||||
|
|
||||||
grunt
|
grunt
|
||||||
|
|
||||||
This default task will do the following **very cool things that make it worth the trouble**.
|
This default task will do the following **very cool things that make it worth the trouble**.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user