File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 44
44
'sphinx.ext.todo' ,
45
45
'sphinx.ext.napoleon' ,
46
46
'sphinx.ext.coverage' ,
47
+ 'sphinx_copybutton' ,
47
48
]
48
49
49
50
# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ Prerequisites
14
14
-------------
15
15
16
16
* Python 3.8 or higher;
17
- * `pip ` version 9.0.1 or higher;
17
+ * `` pip ` ` version 9.0.1 or higher;
18
18
19
- If necessary, upgrade your version of `pip `::
19
+ If necessary, upgrade your version of `` pip ` `::
20
20
21
- $ python -m pip install --upgrade pip
21
+ python -m pip install --upgrade pip
22
22
23
23
If you cannot upgrade `pip ` due to a system-owned installation, you can run the example in a virtualenv::
24
24
25
- $ python -m pip install virtualenv
26
- $ virtualenv venv
27
- $ source venv/bin/activate
28
- $ python -m pip install --upgrade pip
25
+ python -m pip install virtualenv
26
+ virtualenv venv
27
+ source venv/bin/activate
28
+ python -m pip install --upgrade pip
29
29
30
30
Installation via Pypi
31
31
---------------------
32
32
33
33
To install YDB Python SDK through Pypi execute the following command::
34
-
35
- $ pip install ydb
34
+
35
+ pip install ydb
36
36
37
37
Community
38
38
=========
Original file line number Diff line number Diff line change 1
- sphinx_rtd_theme == 2.0.0
1
+ sphinx_rtd_theme == 2.0.0
2
+ sphinx-copybutton == 0.5.2
You can’t perform that action at this time.
0 commit comments