Skip to content

Commit 7563fcc

Browse files
committed
block instead of inline code
1 parent ba9c6c8 commit 7563fcc

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,26 @@ Install
4343
pip
4444
---
4545

46-
``pip install jupyter-server-proxy``
46+
.. code-block::
47+
48+
pip install jupyter-server-proxy
4749
4850
conda
4951
-----
5052

51-
``conda install jupyter-server-proxy -c conda-forge``
53+
.. code-block::
54+
55+
conda install jupyter-server-proxy -c conda-forge
5256
5357
src
5458
---
5559

56-
``pip install .``
60+
.. code-block::
61+
62+
pip install .
5763
5864
**Note:** if installing from source in editable mode: ``setup.py develop/pip install -e``, please explicitly install the server extensions:
5965

60-
``jupyter serverextension enable --sys-prefix jupyter_server_proxy``
66+
.. code-block::
67+
68+
jupyter serverextension enable --sys-prefix jupyter_server_proxy

0 commit comments

Comments
 (0)