File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -134,16 +134,15 @@ It is currently impossible (if not impractical) to have one Python source code o
134134Installation from source text
135135++++++++++++++++++++++++++++++
136136
137- To install from source code, make sure you have the right github
137+ To install from source code, make sure you have the right Git
138138branch. See the Requirements section for the Git branch names.
139139
140- After setting the right branch:
140+ After setting the right branch::
141141
142142 $ pip install -e . # set up to run from source tree
143143
144144
145- A GNU Makefile is also provided, so :code: `make install ` (possibly as root or
146- sudo) will do the steps above.
145+ A GNU Makefile is also provided, so :code: ``make install` ` (possibly as root or sudo) will do the steps above.
147146
148147Running Tests
149148-------------
You can’t perform that action at this time.
0 commit comments