File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ Build
2020Things to do after downloading nginx::
2121
2222 # static module
23- > ./configure --add-module=/path/to/nginx-python-module
23+ $ ./configure --add-module=/path/to/nginx-python-module
2424
2525 # dynamic module
26- > ./configure --add-dynamic-module=/path/to/nginx-python-module
26+ $ ./configure --add-dynamic-module=/path/to/nginx-python-module
2727
2828 # sync-only version (no blocking operation substitution)
29- > ./configure --add-module=/path/to/nginx-python-module
29+ $ ./configure --add-module=/path/to/nginx-python-module
3030 --with-cc-opt=-DNGX_PYTHON_SYNC=1
3131
3232 # a specific Python installation can be used
3333 # by exporting the path to python-config
34- > export PYTHON_CONFIG=/path/to/python-config
34+ $ export PYTHON_CONFIG=/path/to/python-config
3535
3636
3737Tests
@@ -46,13 +46,13 @@ Like in standard nginx tests, the following environment variables are supported
4646Running tests::
4747
4848 # run all tests
49- > python t
49+ $ python t
5050
5151 # add verbosity with -v, get help with -h
52- > python t -v
52+ $ python t -v
5353
5454 # run an individual test
55- > python t/test_http_basic.py
55+ $ python t/test_http_basic.py
5656
5757
5858Directives
You can’t perform that action at this time.
0 commit comments